Skip to content

Version 1.0.6

Compare
Choose a tag to compare
@kei-g kei-g released this 31 Aug 08:29
· 1285 commits to main since this release
v1.0.6
d1f3860

ChangeLogs

  • 📝 Badge for Travis CI is corrected
  • 🔨 Build script is optimized
  • 🚸 Example code is added
  • 💚 Github Action for CI
  • ⬆️ Packages for development are updated
    • @types/node is upgraded from 16.7.1 to 16.7.8
    • @typescript-eslint/eslint-plugin is upgraded from 4.29.2 to 4.30.0
    • @typescript-eslint/parser is upgraded from 4.29.2 to 4.30.0
    • mocha is upgraded from 9.1.0 to 9.1.1
    • terser is upgraded from 5.7.1 to 5.7.2
    • typescript is upgraded from 4.3.5 to 4.4.2
  • 📝 README is updated
    • Badges for both CI and coverage are added
    • Installation section is added
    • Usage section is added
  • 💚 Travis CI
    • Node.js v15.x is excepted from test target
    • Only 'main' branch is made to be tested