# [1.5.0](https://github.com/BlueGhostGH/moonad/compare/v1.4.2...v1.5.0) (2020-07-28) ### Features * added a class for storing lazily evaluated linked lists ([64184f5](https://github.com/BlueGhostGH/moonad/commit/64184f5f14a76e6337024b30f89834cc2460891d)) * added a fromarray method for transforming arrays into lazylists ([5c1ba34](https://github.com/BlueGhostGH/moonad/commit/5c1ba34690f2d197f8d6965f65eb268609103cb2)) * added a fromarrayoflazy method for transforming arrays of lazy values into lazylists ([edb88e0](https://github.com/BlueGhostGH/moonad/commit/edb88e022a04936571b52ecb8bdf66876c024485)) * added a method for appending an element to the end of a lazylist ([de40fda](https://github.com/BlueGhostGH/moonad/commit/de40fda123ffd758161c912c95580eeadce3753d)) * added a method for appending an element to the start of a lazylist ([a65698b](https://github.com/BlueGhostGH/moonad/commit/a65698b5311247b8e11469e186c4f8eb307a3de3)) * added a symbol iterator to lazy lists to allow iterating over ([462e755](https://github.com/BlueGhostGH/moonad/commit/462e755e814de0fb565de68cfe3b055d8c27946e)) ## [1.4.2](https://github.com/BlueGhostGH/moonad/compare/v1.4.1...v1.4.2) (2020-07-07) ### Bug Fixes * increased laziness in method for binding lazy instances ([dfa10b6](https://github.com/BlueGhostGH/moonad/commit/dfa10b633ca7b207a8ecff707062ebfbf8c7a234)) ## [1.4.1](https://github.com/BlueGhostGH/moonad/compare/v1.4.0...v1.4.1) (2020-07-07) ### Bug Fixes * fixed toJSON method for lazy classes returning a stringified object ([74cc432](https://github.com/BlueGhostGH/moonad/commit/74cc4325f99d7540d1514f377013aaada0eb2638)) * fixed type definition of method for flattening lazy instances ([f88529a](https://github.com/BlueGhostGH/moonad/commit/f88529a8644a24d8267d9ec3448c0cd88165925f)) # [1.4.0](https://github.com/BlueGhostGH/moonad/compare/v1.3.0...v1.4.0) (2020-07-07) ### Features * added a method for flattening a lazy instance ([8be1fc6](https://github.com/BlueGhostGH/moonad/commit/8be1fc605b2504c39181b8662b484dca8d7b4a43)) * added a method for joining a double nested lazy instance ([6eb028a](https://github.com/BlueGhostGH/moonad/commit/6eb028a291363bdc5738e062d8035baa12656a49)) * added a method for using lazy instances in string interpolations ([65d151a](https://github.com/BlueGhostGH/moonad/commit/65d151af379c7c53d621c371cd7332fbbb0cd03a)) * added a method for using lazy instances in stringified JSON objects ([5744168](https://github.com/BlueGhostGH/moonad/commit/574416816e8beb65a8770c7ecda583a4dff19382)) # [1.3.0](https://github.com/BlueGhostGH/moonad/compare/v1.2.0...v1.3.0) (2020-07-05) ### Features * added a method for applying a lazy value ([fa5fb6d](https://github.com/BlueGhostGH/moonad/commit/fa5fb6da9615459f68ff4f6ef4f5baafb3c19b30)) * added a method for extending a lazy value ([af4872a](https://github.com/BlueGhostGH/moonad/commit/af4872a1228de4cd9498881a276d0377c67cf91a)) # [1.2.0](https://github.com/BlueGhostGH/moonad/compare/v1.1.0...v1.2.0) (2020-07-01) ### Features * added a method for binding a lazy value ([34e11ed](https://github.com/BlueGhostGH/moonad/commit/34e11edd121f63a1fbb3bb77681d508055469d45)) # [1.1.0](https://github.com/BlueGhostGH/moonad/compare/v1.0.0...v1.1.0) (2020-06-30) ### Features * added a method for mapping a lazy value ([f6a01cd](https://github.com/BlueGhostGH/moonad/commit/f6a01cd42ec1d7bc35060076cc5adba9f8870108)) # 1.0.0 (2020-06-30) ### Features * added a basic class for storing lazily evaluated values ([a640a25](https://github.com/BlueGhostGH/moonad/commit/a640a25e06ec621e8fb6aef9cda69ba410246390)) * added a placeholder index file ([7107b08](https://github.com/BlueGhostGH/moonad/commit/7107b084bd6e4e01c1ba9f58a5a30cd10e76f972)) * added a pure function for wrapping evaluated values in a lazy instance ([b8f60ce](https://github.com/BlueGhostGH/moonad/commit/b8f60cebf16da25a7fd6dd783d91a8230c6622ef))