- ba7cd32 feat: adding support for immutability (#28)
- b14f137 fix: incorrect mapper Iterable types (#27)
- 6dbe8b8 Merge pull request #23 from Codibre/dependabot/npm_and_yarn/minimatch-3.1.2
- 9e260b3 Bump minimatch from 3.0.4 to 3.1.2
- 544f86c chore: Merge pull request #22 from Codibre/dependabot/npm_and_yarn/json5-1.0.2
- d3772a6 chore: Merge pull request #21 from Codibre/dependabot/npm_and_yarn/json5-and-tsconfig-paths-2.2.3
- ecebbbf Bump json5 from 1.0.1 to 1.0.2
- 546d7fd Bump json5 and tsconfig-paths
- 90fe099 fix: simplifying async iteration code
- c34530a fix: improving sync iteration performance
- 7ab8740 1.5.10
- 4dfb1ce fix: speeding up foreach async operation
- 64b0605 1.5.9
- 758d9c6 fix: performance improvement on async iteration
- 4dfed59 1.5.8
- b261fcd fix: optimizing augmentativeIterateIterable
- b678a3a 1.5.7
- ae1cdb1 fix: optimizing resolveState
- eacd06d 1.5.6
- cf9ffa3 fix: more micro optmizations
- 8be84ac 1.5.5
- 90ecbd9 fix: micro performance and memory improvements
- d34aaed 1.5.4
- d20d3b1 fix: removing slow flat operation
- fc1dc39 1.5.3
- f64d783 fix: removing syntax incompatible with node 10
- 25c2cfe 1.5.11
- c34530a fix: improving sync iteration performance
- 7ab8740 1.5.10
- 4dfb1ce fix: speeding up foreach async operation
- 64b0605 1.5.9
- 758d9c6 fix: performance improvement on async iteration
- 4dfed59 1.5.8
- b261fcd fix: optimizing augmentativeIterateIterable
- b678a3a 1.5.7
- ae1cdb1 fix: optimizing resolveState
- eacd06d 1.5.6
- cf9ffa3 fix: more micro optmizations
- 8be84ac 1.5.5
- 90ecbd9 fix: micro performance and memory improvements
- d34aaed 1.5.4
- d20d3b1 fix: removing slow flat operation
- fc1dc39 1.5.3
- f64d783 fix: removing syntax incompatible with node 10
- 6ba1d11 1.5.2
- 7297663 fix: removing syntax incompatible with node 10
- b8a42f1 1.5.1
- 36dcc46 chore: fixing dev dependency vulnerabilities
- f1fdaf3 fix: [DEP0128] DeprecationWarning: Invalid 'main' field in package.json
- 08991fa Fix [DEP0128] DeprecationWarning: Invalid 'main' field in package.json #19
- 2cbc4c8 Merge pull request #18 from Codibre/dependabot/npm_and_yarn/minimist-1.2.6
- 945ce0a Bump minimist from 1.2.5 to 1.2.6
- 3598342 Merge pull request #17 from Codibre/dependabot/npm_and_yarn/shelljs-0.8.5
- a490e21 Bump shelljs from 0.8.4 to 0.8.5
- 746b782 1.5.0
- 9f8eb9f Merge pull request #16 from Codibre/sync-async-iterable
- e6554d0 chore: making benchmark run on push
- ec388b5 chore: excluding test-benchmark from coverage
- 1fe1c51 feat: making async iterable to be runned synchronously everytime possible
- 21b0e0f 1.4.0
- 61da7a8 Merge pull request #15 from Codibre/fix/simplying-code
- e15a064 refactor: isolating some symbols
- cacab4e feat: creating flatAsync operation
- 5d3b44c feat: creating skip operation
- 39e0cd0 fix: simplying code. Reapeating some code to make it more maitainable
- e274efe 1.3.1
- ab2da53 fix: fixing flat map over an already augmented iterable
- a595ddd 1.3.0
- 076d199 fix: fixing flatMap over a previous augmented iterable
- 2e49093 1.2.1
- 74acfbb feat: Implementing flatMapIterator for sync iterables
- cda5e4f 1.2.0
- 5824148 feat: removing mutable and immutable functions, improving performance through linked list
- 6a58603 1.1.11
- ba3ee82 fixing vulnerabilities
- 1d1198a 1.1.10
- 1ffb3ca improving async foreach performance
- c5f4c1f 1.1.9
- 6ac34d9 fixing vulnerabilities
- fe7ecfa 1.1.8
- 27ae49e rolling back typescript version
- aea94a2 fixing vulnerabilities
- a64b976 bettering performance
- 38789ea 1.1.7
- 7640ee5 adding throw to sync iterator
- 59a8939 1.1.6
- 81b0b8b creating itClone for advanced mutable treatment
- 4fd1f31 1.1.5
- 4ca091a fixing cagada
- b4b7cb7 fixing cagada
- 9a02f9f 1.1.4
- 97b13e7 updating tests, keeping mutable augmentative iterable as default
- 0c667c9 fixing return and mutable iterables
- c28f5ed fixing lint
- 2ac83f5 1.1.3
- 79aa046 updating package
- 31ce7e2 Merge pull request #10 from Codibre/dependabot/npm_and_yarn/highlight.js-10.4.1
- 65c6c9d Bump highlight.js from 10.1.1 to 10.4.1
- d50e177 Merge pull request #8 from Codibre/issue-7-operations_after_takeWhile_resolving_false_still_being_called_for_async_iterable
- 6a58603 1.1.11
- ba3ee82 fixing vulnerabilities
- 1d1198a 1.1.10
- 1ffb3ca improving async foreach performance
- c5f4c1f 1.1.9
- 6ac34d9 fixing vulnerabilities
- fe7ecfa 1.1.8
- 27ae49e rolling back typescript version
- aea94a2 fixing vulnerabilities
- a64b976 bettering performance
- 38789ea 1.1.7
- 7640ee5 adding throw to sync iterator
- 59a8939 1.1.6
- 81b0b8b creating itClone for advanced mutable treatment
- 4fd1f31 1.1.5
- 4ca091a fixing cagada
- b4b7cb7 fixing cagada
- 9a02f9f 1.1.4
- 97b13e7 updating tests, keeping mutable augmentative iterable as default
- 0c667c9 fixing return and mutable iterables
- c28f5ed fixing lint
- 2ac83f5 1.1.3
- 79aa046 updating package
- 31ce7e2 Merge pull request #10 from Codibre/dependabot/npm_and_yarn/highlight.js-10.4.1
- 65c6c9d Bump highlight.js from 10.1.1 to 10.4.1
- d50e177 Merge pull request #8 from Codibre/issue-7-operations_after_takeWhile_resolving_false_still_being_called_for_async_iterable
- 1e7eaf4 1.1.2
- 1a8ffc6 fixing takeWhile async
- 76fa723 Merge pull request #6 from Codibre/issue-5-loop_may_keep_going_if_takeWhile_is_not_the_last_operation
- 7391a08 1.1.1
- cd691cc solving takeWhile bug
- fa1e13e Merge pull request #4 from Codibre/issue-3-Create_option_to_mutate_iterable_augments
- 3d2a1d3 1.1.0
- fc51fa4 creating mutable operations over augmentative iterables
- 8c70c04 1.0.1
- b3de8f2 calling return if needed
- 0238c43 Preparing m-fluent
- 32190a7 1.0.0
- a1493e4 0.1.7
- a9dd9e0 adding strict mode
- 17cb106 0.1.6
- 1dd34f4 removing build badge, as it's not used
- 3a608a8 0.1.5
- 920d2c1 creating more tests and assuming best performing resolverAsync
- 901c672 removing building pipeline
- cb98ee3 0.1.4
- b0ecfaf fixing readme
- e0b4170 0.1.3
- d2129f2 fixing wrong dependency
- 1c72c4e 0.1.2
- bc7d877 fixing package reference on readme
- 65993f9 0.1.1
- 8a5a977 fixing project url
- 27e4a75 setting private to false
- 5d2d427 0.1.0
- 944fec8 removing unused scripts
- 455813f fixing readme
- 8123b98 updating README
- 8f90712 completing coverage
- 83f11e5 creating unit tests
- 7ab6391 fixing type issues
- 6b7c2cd using spread operator
- ef3a922 simplifying sync flow
- 9ba11b3 Merge pull request #1 from Codibre/dependabot/npm_and_yarn/lodash-4.17.19
- d9274d5 Bump lodash from 4.17.15 to 4.17.19
- dc1c71e adding d.ts
- 3c3024a fixing package
- 1ba589e adding lib to library
- 14a5547 adding lib to library
- cc5d74c undoing
- 9ace471 testing es6
- 6cebe41 First commit
- eb663cc Initial commit