Skip to content

Latest commit

 

History

History
85 lines (57 loc) · 1.93 KB

File metadata and controls

85 lines (57 loc) · 1.93 KB

@bitarray/typedarray ChangeLog

v1.1.3

2025-10-28

  • chore: run npm update

v1.1.2

2025-09-02

  • fix: update dependency version
  • fix: buffer type
  • fix: test script for node v2x
  • fix: testing scripts
  • docs: switch to markdown extension for tip
  • docs: at() method is no more experimental
  • ci: drop node 16 and windows in ci
  • chore: drop nodejs v14, v16, v18, add nodejs v20, v22, v24
  • chore: full npm install in github action
  • chore: update dependencies
  • build: bump dependency versions

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