Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

63 lines (41 loc) · 1.47 KB

@bitarray/typedarray ChangeLog

v1.1.1

2022-08-07

  • fix: path to .d.ts types file (for node v18?)
  • style: run prettier
  • chore: add .vscode for automatic prettier run
  • build: bump dependency version

v1.1.0

2022-05-18

  • feat: can now set bit values with booleans
  • fix: export type bit
  • chore: run github actions only when relevant
  • chore: explicit markdownlint rules
  • chore: move dependabot.yml to correct location
  • build: bump dependency version

v1.0.3

2022-05-04

  • build: move creation of package.json to postbuild
  • chore: add github actions for testing (54c7aa9), styling (8c9bdfa) and dependabot (0410dee)
  • chore: update gitignore (90749f1)
  • chore: run example from script
  • chore: delete .gitattributes
  • style: add and run prettier
  • docs: reference WIP
  • fix: correct path and base url in example

v1.0.2

2022-04-20

  • build: make typescript happy
  • chore: move license to MIT
  • docs: cleanup readme

v1.0.1

2022-04-03

  • docs: improve badges
  • docs: improve readme

v1.0.0

2022-04-02

v0.3.0

2022-03-30

v0.2.0

2021-04-21