Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

61 lines (38 loc) · 1.33 KB

@bitarray/es6 ChangeLog

v1.2.0

2023-09-02

  • fix: make it of "module" type (9712c08)
  • fix: set correct path for typings field in package.json (#30) (thanks @yuhr!)
  • chore: drop nodejs v14, add nodejs v20 (afbff84)

v1.1.2

2022-08-30

  • fix: correct exports path in package.json

v1.1.1

2022-08-07

  • fix: file extension in import
  • fix: files list in tsconfig
  • fix: typescript type error in example
  • build: bump typescript version

v1.1.0

2022-08-07

  • chore: add .vscode/
  • style: add and run prettier
  • chore: remove dist/ from repo
  • refactor: encode/decode
  • feat: add encoding/decoding of bit array to string (#1) (thanks @rollie42!)
  • build: move creation of package.json to postbuild
  • chore: add dependabot.yml
  • build: add ci workflow
  • build: bump dependencies versions

v1.0.2

2022-04-20

  • build: make typescript happy
  • chore: update license to MIT

v1.0.1

2022-04-03

  • docs: improve readme

v1.0.0

2022-04-03

  • build: prepare for publication (esm+cjs)

v0.2.0

2022-04-02