Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Latest commit

 

History

History
163 lines (111 loc) · 13 KB

CHANGELOG.md

File metadata and controls

163 lines (111 loc) · 13 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.0-preview.3 (2021-03-20)

0.1.0-preview.2 (2021-03-20)

Bug Fixes

  • fixed byte array conversion bug (563cc61)
  • fixed comparison operators not working bug (53ad9f2)
  • fixed enumerable decorator not taking effect bug (a70780c)
  • fixed generator testing fails when should not bug (1979b99)
  • fixed unsafe random generating bad values (43dab0b)
  • fixed v4 crypto 'require is not defined' bug (5034523)

Build System

  • bump @types/node from 14.14.33 to 14.14.35 (e665f48)
  • bump esbuild from 0.9.0 to 0.9.2 (25d6563)
  • bump eslint from 7.14.0 to 7.22.0 (39ae69a)
  • bump eslint-plugin-jest from 24.2.1 to 24.3.2 (8ea7f0c)
  • bump eslint-plugin-prettier from 3.1.4 to 3.3.1 (11cff2b)
  • bump lint-staged from 10.5.1 to 10.5.4 (a3829d0)
  • bump prettier from 2.2.0 to 2.2.1 (38e6875)
  • bump rollup from 2.41.0 to 2.41.2 (5d7f72d)
  • bump rollup-plugin-esbuild from 3.0.0 to 3.0.2 (c6ce50c)
  • declaration maps and prepare for tests (d81a33e)

Test-related

Code Refactoring

  • fixed linter warning and file naming (cbe3ce0)

Others

  • auto bump version number in package.json (5af646b)
  • publish (cf37af9)
  • switch to jsdom-only tests (cb66e2e)

0.1.0-preview.1 (2021-03-10)

⚠ BREAKING CHANGES

  • new version (#9)

Features

  • new version (#9) (713f821)
  • overload valueOf() to support comparison operators (7f301a3)

Continuous Integration

  • codeql analysis (a491c5f)
  • created ci pipeline (18b13f7)
  • fix dependabot config and increase pr limit (1629185)
  • remove scope from dependabot commit messages (caf9509)

Test-related

Documentation-related

Others

  • auto bump version in readme (#26) (ba74286)
  • changelog generation & release automation (#25) (bb751a8)
  • commitlint configuration (da276f4)

Build System

  • bump @babel/core from 7.12.3 to 7.12.7 (d4900c6)
  • bump @babel/preset-env from 7.12.1 to 7.12.7 (d056f17)
  • bump @commitlint/config-conventional from 11.0.0 to 12.0.1 (0452038)
  • bump @rollup/plugin-commonjs from 15.1.0 to 16.0.0 (ec47af5)
  • bump @rollup/plugin-commonjs from 16.0.0 to 17.1.0 (c57d404)
  • bump @rollup/plugin-node-resolve from 10.0.0 to 11.2.0 (5a671d0)
  • bump @types/jest from 26.0.15 to 26.0.20 (a3566bf)
  • bump @types/node from 14.14.6 to 14.14.9 (c962257)
  • bump @types/node from 14.14.9 to 14.14.33 (03e1267)
  • bump @typescript-eslint/eslint-plugin from 4.6.1 to 4.8.2 (6789133)
  • bump @typescript-eslint/eslint-plugin from 4.8.2 to 4.17.0 (9b865e6)
  • bump @typescript-eslint/parser from 4.6.1 to 4.8.2 (0272f81)
  • bump @typescript-eslint/parser from 4.8.2 to 4.16.1 (6022b73)
  • bump @typescript-eslint/parser from 4.8.2 to 4.17.0 (4007af2)
  • bump commitlint from 11.0.0 to 12.0.1 (014bbd5)
  • bump commitlint from 9.1.2 to 11.0.0 (f7e2b27)
  • bump cross-env from 7.0.2 to 7.0.3 (dd98b1a)
  • bump eslint from 7.12.1 to 7.14.0 (9ab9311)
  • bump eslint from 7.14.0 to 7.21.0 (0c3ad9d)
  • bump eslint-plugin-jest from 24.1.0 to 24.1.3 (362070b)
  • bump eslint-plugin-jest from 24.1.3 to 24.1.5 (ec3d590)
  • bump eslint-plugin-jest from 24.1.3 to 24.2.1 (546ad71)
  • bump eslint-plugin-prettier from 3.1.4 to 3.3.1 (dc1ee40)
  • bump ini from 1.3.5 to 1.3.8 (c011b42)
  • bump ini from 1.3.5 to 1.3.8 (f3a3c04)
  • bump lint-staged from 10.5.1 to 10.5.4 (402a3b5)
  • bump node-notifier from 8.0.0 to 8.0.1 (f61e903)
  • bump node-notifier from 8.0.0 to 8.0.1 (368701f)
  • bump prettier from 2.1.2 to 2.2.0 (aec7123)
  • bump prettier from 2.2.0 to 2.2.1 (91dcc8a)
  • bump rollup from 2.33.1 to 2.33.3 (3278221)
  • bump rollup from 2.33.3 to 2.41.0 (dc59eeb)
  • bump rollup-plugin-dts from 1.4.13 to 2.0.0 (811c10c)
  • bump ts-jest from 26.4.3 to 26.4.4 (fc69a57)
  • bump ts-jest from 26.4.4 to 26.5.3 (e096706)
  • bump typescript from 4.0.5 to 4.1.2 (d2bad71)
  • bump typescript from 4.1.2 to 4.2.2 (68d174a)
  • bump typescript from 4.1.2 to 4.2.3 (80fcd77)
  • fixed build pipeline (#7) (#8) (331325a)
  • pipeline for the new version (#9) (6b0ff4e)

0.1.0-preview.0 (2020-11-20)

Features

Documentation-related

Build System

Others