Skip to content

Latest commit

 

History

History
186 lines (146 loc) · 6.39 KB

CHANGELOG.md

File metadata and controls

186 lines (146 loc) · 6.39 KB

ChangeLogs

Version 1.1.14

  • ⬆️ Packages for development are bumped
    • @typescript-eslint/eslint-plugin is bumped from 5.48.1 to 5.48.2
    • @typescript-eslint/parser is bumped from 5.48.1 to 5.48.2
    • esbuild is bumped from 0.17.0 to 0.17.4
    • rimraf is bumped from 4.0.5 to 4.1.1

Version 1.1.13

  • ⬆️ Packages for development are bumped
    • esbuild is bumped from 0.16.17 to 17.0.0
    • eslint is bumped from 8.31.0 to 8.32.0
    • rimraf is bumped from 4.0.4 to 4.0.5

Version 1.1.12

  • ⬆️ Packages for development are bumped
    • @types/node is bumped from 18.11.17 to 18.11.18
    • @typescript-eslint/eslint-plugin is bumped from 5.47.0 to 5.48.1
    • @typescript-eslint/parser is bumped from 5.47.0 to 5.48.1
    • esbuild is bumped from 0.16.10 to 0.16.17
    • eslint is bumped from 8.30.0 to 8.31.0
    • rimraf is bumped from 3.0.2 to 4.0.4

Version 1.1.11

  • ✨ AsyncIterator interface is implemented on LazyIterator
  • 💚 CI/CD is improved
  • ♻️ Cyclomatic complexities are reduced
  • 📝 Documents are updated
  • ⬆️ Packages for development are bumped
    • @types/chai is bumped from 4.2.22 to 4.3.4
    • @types/mocha is bumped from 9.0.0 to 10.0.1
    • @types/node is bumped from 16.11.7 to 18.11.17
    • @typescript-eslint/eslint-plugin is bumped from 5.3.1 to 5.47.0
    • @typescript-eslint/parser is bumped from 5.3.1 to 5.47.0
    • chai is bumped from 4.3.4 to 4.3.7
    • esbuild is bumped from 0.13.13 to 0.16.10
    • eslint is bumped from 8.2.0 to 8.30.0
    • mocha is bumped from 9.1.3 to 10.2.0
    • ts-node is bumped from 10.4.0 to 10.9.1
    • typescript is bumped from 4.4.4 to 4.9.4
  • 🐛 Symbols are wrapped by String()

Version 1.1.10

  • 🏗️ Migration from terser to esbuild
  • ⬆️ Packages for development are updated
    • @types/node is upgraded from 16.10.1 to 16.11.7
    • @typescript-eslint/eslint-plugin is upgraded from 4.32.0 to 5.3.1
    • @typescript-eslint/parser is upgraded from 4.32.0 to 5.3.1
    • eslint is upgraded from 7.32.0 to 8.2.0
    • mocha is upgraded from 9.1.2 to 9.1.3
    • ts-node is upgraded from 10.2.1 to 10.4.0
    • typescript is upgraded from 4.4.3 to 4.4.4

Version 1.1.9

  • ⬆️ Packages for development are updated
    • @types/chai is upgraded from 4.2.21 to 4.2.22
    • @types/node is upgraded from 16.9.1 to 16.10.1
    • @typescript-eslint/eslint-plugin is upgraded from 4.31.0 to 4.32.0
    • @typescript-eslint/parser is upgraded from 4.31.0 to 4.32.0
    • mocha is upgraded from 9.1.1 to 9.1.2
    • terser is upgraded from 5.7.2 to 5.9.0
  • 🐛 'lib/index.js' has been fallen out is made up for

Version 1.1.8

  • ✨ 'LazyIterable' class is implemented
  • ⬆️ Packages for development are updated
    • @types/node is upgraded from 16.7.5 to 16.9.1
    • @typescript-eslint/eslint-plugin is upgraded from 4.29.3 to 4.31.0
    • @typescript-eslint/parser is upgraded from 4.29.3 to 4.31.0
    • typescript is upgraded from 4.4.2 to 4.4.3
  • ➖ Some dependent packages are removed
    • mkdirp is removed
    • uuid is removed
  • 💚 Target versions of Node.js for GitHub CI is updated

Version 1.1.7

  • ✨ 'take' function is implemented
  • ✨ 'until' function is implemented
  • ⬆️ Packages for development are updated
    • @types/node is upgraded from 16.7.4 to 16.7.5
    • mocha is upgraded from 9.1.0 to 9.1.1

Version 1.1.6

  • 😵 The change log missing in the preceding release is complemented

Version 1.1.5

  • 🗑️ ConcatenatedIterator is removed
  • ✅ Coverage and Tests are added

Version 1.1.4

  • 📝 Link to Travis CI is corrected

Version 1.1.3

  • 🔨 Build scripts are optimized
  • 📝 CHANGELOG.md is added
  • 📝 CODE_OF_CONDUCT.md is added
  • ✨ Copy constructor is added to Multiplexer
  • 💥 Generic type of Multiplexer is changed to extend Record
  • 💚 Github Action for CI
  • 📦 Keywords are added
  • ⬆️ Packages for development are updated
    • @types/node is upgraded from 16.7.2 to 16.7.4
    • typescript is upgraded from 4.3.5 to 4.4.2
  • 📝 README is updated
    • Badged are relocated
    • 'installation' section is added
  • 📌 Supported Node.js version is specified in 'engines' section

Version 1.1.2

  • ✨ Asynchronous concatenated iterator is implemented
  • ✨ Circular series iterator is added
  • ✨ Linear series iterator is added
  • ✨ Multiple iterators is supported by concatenated iterator
  • ✨ Multiplexer iterators are added
  • ⬆️ Packages for development are updated
    • @types/node is upgraded from 16.7.1 to 16.7.2
    • @typescript-eslint/eslint-plugin is upgraded from 4.29.2 to 4.29.3
    • @typescript-eslint/parser is upgraded from 4.29.2 to 4.29.3
    • terser is upgraded from 5.7.1 to 5.7.2
  • ✨ Transformer iterators are added
  • 🔧 mkdirp is installed
  • 🔧 npm-run-all is installed

Version 1.1.1

  • 💚 .travis.yml is updated
  • 📝 Badges are made to be recognizable by detect-readme-badges
  • 🔧 Configuration files are updated
  • ⬆️ Packages for development are updated
    • @types/node is upgraded from 16.6.1 to 16.7.1
    • ts-node is upgraded from 10.2.0 to 10.2.1
  • 💥 Target is changed from ES5 to ES6
  • 🔧 rimraf is installed

Version 1.1.0

  • 🚚 Badges are relocated
  • 🔧 Configuration files are updated
  • 💄 Linter option is updated
  • 🔧 Migration from uglify-js to terser
  • ⬆️ Packages for development are updated
    • @types/node is upgraded from 16.3.0 to 16.6.1
    • @typescript-eslint/eslint-plugin is upgraded from 4.28.2 to 4.29.2
    • @typescript-eslint/parser is upgraded from 4.28.2 to 4.29.2
    • eslint is upgraded from 7.30.0 to 7.32.0
    • ts-node is upgraded from 10.0.0 to 10.2.0
  • 🙈 package-lock.json is removed

Version 1.0.4

  • 🚨 Linter is installed
  • ⬆️ Packages for development are updated
    • @types/node is upgraded from 16.0.0 to 16.3.0
  • ✨ ZippedIterator is added

Version 1.0.3

  • 📝 Badges are updated
  • 🚚 File of entry point is renamed
  • 🔨 Output file becomes to be compressed

Version 1.0.2

  • 📦 Entry point is fixed

Version 1.0.1

  • 📦 Classes are bundled into index.ts

Version 1.0.0

  • 🎉 Initial release