Skip to content

v2.8.0

Compare
Choose a tag to compare
@JiLiZART JiLiZART released this 28 Nov 23:05
· 67 commits to master since this release
d070a66

2.8.0 (2021-11-28)

Bug Fixes

  • github: publish using lerna (2eb9d28)
  • react: adjust PropTypes for React Component container (#107) (93d8027)

Features

BREAKING CHANGES

  • now we use swc.rs as main bundler and transpiler instead of babel

    • jest now uses swc
    • rollup now uses swc
  • feat: benchmark now separate package with npm start and colored output

    • benchmark as separate package with error throw if package drops performance
  • feat: all lerna packages now using scripts/pkg-task

  • feat(github): publish to npm and github registry

    • when release was created this action automaticly publish packages to npm and github
  • feat(github): move all from Travis CI to Github Actions

    • code analysis and tests now using github actions
  • test: increase tests coverage

    • add more tests for @bbob/react, @bbob/vue2 and @bbob/parser