Skip to content

Releases: JiLiZART/BBob

v2.8.2

28 Nov 23:50
b2cfc23
Compare
Choose a tag to compare

2.8.2 (2022-11-28)

Bug Fixes

v2.8.1

24 May 00:45
861359a
Compare
Choose a tag to compare

2.8.1 (2022-05-24)

Bug Fixes

  • github: lerna bootsrap before publish (4e4b1e6)
  • lerna issue and publish patch (daf9b02)
  • lerna publish scripts (2b6e11a)

Features

  • react: update to react 18 and testing-library (#138) (502362c)

v2.8.0

28 Nov 23:05
d070a66
Compare
Choose a tag to compare

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

v2.7.1

12 Nov 15:16
9056396
Compare
Choose a tag to compare

2.7.1 (2021-11-04)

Bug Fixes

  • react: adjust PropTypes for React Component container (#107) (93d8027)

v2.7.0

19 May 21:17
01b0916
Compare
Choose a tag to compare

2.7.0 (2021-05-19)

Bug Fixes

  • react: rendering self-closed tags and tags without content (#74) (5a7211d)

Features

v2.6.2

16 Dec 22:09
689d5a8
Compare
Choose a tag to compare

2.6.2 (2020-12-16)

Bug Fixes

  • parser: dont process nested tags as string if parent is not allowed (#84) (70ff2e6)
  • parser: tag inside tag parsing regression (#81) (09bda26)

Performance Improvements

  • parser: cache nested tokens in Set to prevent deoptimization (#83) (cad0e9e)

v2.6.1

15 Dec 22:43
58e6fba
Compare
Choose a tag to compare

2.6.1 (2020-12-15)

Bug Fixes

  • parser: tag inside tag parsing regression (#81) (09bda26)

v2.6.0

10 Dec 20:40
99f503d
Compare
Choose a tag to compare

2.6.0 (2020-12-10)

Bug Fixes

  • react: rendering self-closed tags and tags without content (#74) (5a7211d)

Features

BREAKING CHANGE:

  • parser: rewrite lexer to make it faster (#50) (772d422)

v2.5.8

08 Jul 17:35
2eb1fbc
Compare
Choose a tag to compare

2.5.8 (2020-07-08)

Bug Fixes

  • plugin-helper: escape case insensitive javascript: attrs (5ceb2f0)

v2.5.7

05 Jul 13:24
fe6a16b
Compare
Choose a tag to compare

2.5.7 (2020-07-05)

Bug Fixes