# Change Log All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Added ### Changed ## [0.2.0] - 2018-06-23 ### Added - Add `gen_simple` function [c:f4e7ec5] ### Fixed - Perform some optimizations [c:ba64d80] ### Changed - Add `GeneratorArgs` to cut down on params [c:003c189], [c:ddd8c6d] - Change to a `Generator` structure with impls [c:99c76c9] ### Misc. - Move chars to statics [c:1225353] - Move `gen` impl out to `_gen` due to polymorphism [c:5982f60] - Update `rand` dependency [c:dbb8f30] - Add missing docs [c:f5e1c13] [c:003c189]: https://github.com/zeyla/zalgo.rs/commit/003c189674e75970f82ad38cb39a09f8708ed44f [c:1225353]: https://github.com/zeyla/zalgo.rs/commit/12253530e7cf71b221f75ddbc654ff35b8f67777 [c:5982f60]: https://github.com/zeyla/zalgo.rs/commit/5982f606127a440b6abcdde4b946db03ce527a8d [c:99c76c9]: https://github.com/zeyla/zalgo.rs/commit/99c76c95c0463ca4a990e13c56771884a305f259 [c:ba64d80]: https://github.com/zeyla/zalgo.rs/commit/ba64d8043d0a8d092796ebf58499a8b39c556813 [c:dbb8f30]: https://github.com/zeyla/zalgo.rs/commit/dbb8f30e4ec325ca1a99add0c29ec5051f6b206c [c:ddd8c6d]: https://github.com/zeyla/zalgo.rs/commit/ddd8c6d7af0e7ce6f8117601861823650013815c [c:f4e7ec5]: https://github.com/zeyla/zalgo.rs/commit/f4e7ec599844a138d0b848c36337931e0fbccfc2 [c:f5e1c13]: https://github.com/zeyla/zalgo.rs/commit/f5e1c13b92967b5294eb0609a3a515d75fd50d20 ## [0.1.1] - 2016-08-21 ### Added - Add a binary impl [c:8693e40] ### Changed - Optimized and simplified the codebase [c:0a1eb50] [c:0a1eb50]: https://github.com/zeyla/zalgo.rs/commit/0a1eb504d156f3c56dceb96b731a43473872e131 [c:8693e40]: https://github.com/zeyla/zalgo.rs/commit/8693e408a5ec89ad9385dc1aea9dc40f76aee859 ## [0.1.0] - 2016-02-28 Initial commit. [Unreleased]: https://gitlab.com/kalasi/zalgo.rs/compare/v0.2.0...master [0.2.0]: https://gitlab.com/kalasi/zalgo.rs/compare/v0.1.1...v0.2.0 [0.1.1]: https://gitlab.com/kalasi/zalgo.rs/compare/v0.1.0...v0.1.1