Codibre/augmentative-iterable

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage

## 1.5.11
* c34530a fix: improving sync iteration performance
* 7ab8740 1.5.10
* 4dfb1ce fix: speeding up foreach async operation
## v1.5.9
* 64b0605 1.5.9
* 758d9c6 fix: performance improvement on async iteration
## v1.5.8
* 4dfed59 1.5.8
* b261fcd fix: optimizing augmentativeIterateIterable
## v1.5.7
* b678a3a 1.5.7
* ae1cdb1 fix: optimizing resolveState
## v1.5.6
* eacd06d 1.5.6
* cf9ffa3 fix: more micro optmizations
## v1.5.5
* 8be84ac 1.5.5
* 90ecbd9 fix: micro performance and memory improvements
## v1.5.4
* d34aaed 1.5.4
* d20d3b1 fix: removing slow flat operation
## v1.5.3
* fc1dc39 1.5.3
* f64d783 fix: removing syntax incompatible with node 10
## v1.5.2
## v1.5.10
* 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
## v1.5.1
* 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
## v1.5.0
* 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
## v1.4.0
* 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
## v1.3.1
* e274efe 1.3.1
* ab2da53 fix: fixing flat map over an already augmented iterable
## v1.3.0
* a595ddd 1.3.0
* 076d199 fix: fixing flatMap  over a previous augmented iterable
## v1.2.1
* 2e49093 1.2.1
* 74acfbb feat: Implementing flatMapIterator for sync iterables
## v1.2.0
* 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
## v1.1.9
* c5f4c1f 1.1.9
* 6ac34d9 fixing vulnerabilities
## v1.1.8
* fe7ecfa 1.1.8
* 27ae49e rolling back typescript version
* aea94a2 fixing vulnerabilities
* a64b976 bettering performance
## v1.1.7
* 38789ea 1.1.7
* 7640ee5 adding throw to sync iterator
## v1.1.6
* 59a8939 1.1.6
* 81b0b8b creating itClone for advanced mutable treatment
## v1.1.5
* 4fd1f31 1.1.5
* 4ca091a fixing cagada
* b4b7cb7 fixing cagada
## v1.1.4
* 9a02f9f 1.1.4
* 97b13e7 updating tests, keeping mutable augmentative iterable as default
* 0c667c9 fixing return and mutable iterables
* c28f5ed fixing lint
## v1.1.3
* 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
## v1.1.2
## v1.1.11
* 6a58603 1.1.11
* ba3ee82 fixing vulnerabilities
## v1.1.10
* 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
## v1.1.1
* 7391a08 1.1.1
* cd691cc solving takeWhile bug
* fa1e13e Merge pull request #4 from Codibre/issue-3-Create_option_to_mutate_iterable_augments
## v1.1.0
* 3d2a1d3 1.1.0
* fc51fa4 creating mutable operations over augmentative iterables
## v1.0.1
* 8c70c04 1.0.1
* b3de8f2 calling return if needed
* 0238c43 Preparing m-fluent
## v1.0.0
* 32190a7 1.0.0
## v0.1.7
* a1493e4 0.1.7
* a9dd9e0 adding strict mode
## v0.1.6
* 17cb106 0.1.6
* 1dd34f4 removing build badge, as it's not used
## v0.1.5
* 3a608a8 0.1.5
* 920d2c1 creating more tests and assuming best performing resolverAsync
* 901c672 removing building pipeline
## v0.1.4
* cb98ee3 0.1.4
* b0ecfaf fixing readme
## v0.1.3
* e0b4170 0.1.3
* d2129f2 fixing wrong dependency
## v0.1.2
* 1c72c4e 0.1.2
* bc7d877 fixing package reference on readme
## v0.1.1
* 65993f9 0.1.1
* 8a5a977 fixing project url
* 27e4a75 setting private to false
## v0.1.0
* 5d2d427 0.1.0
* 944fec8 removing unused scripts
* 455813f fixing readme
* 8123b98 updating README
## v0.0.3
* 8f90712 completing coverage
* 83f11e5 creating unit tests
## v0.0.2
* 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
## v0.0.1
* 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