Skip to content

Releases: onury/notation

Notation v3.0.0

15 Jun 17:58
ceb6074

Choose a tag to compare

Changed

  • Breaking: ESM now.
  • Breaking: Requires Node v20 and above.
  • Breaking: Notation.Error is removed, use NotationError instead.
  • Breaking: Notation.Glob is removed, use NotationGlob instead.
  • Breaking: NotationGlob#levels is removed, use NotationGlob#notes instead.
  • Breaking: Notation#eachLevel() is removed, use Notation#eachNote() instead.
  • Breaking: Notation#aggregate() is removed, use Notation#expand() instead.
  • Breaking: Notation#delete() is removed, use Notation#remove() instead.
  • Breaking: Notation#renote() is removed, use Notation#rename() instead.
  • Breaking: Notation#copyToNew() is removed, use Notation#extract() instead.
  • Breaking: Notation#moveToNew() is removed, use Notation#extrude() instead.
  • Breaking: Notation.countLevels() is removed, use Notation.countNotes() instead.
  • Breaking: Now ships an exports map; only the package root (notation) and package.json are importable (no deep imports into lib/).
  • Re-written in TypeScript.
  • Modernized the toolchain: TypeScript 6, ESM-only build via tsc (no bundler).
  • Switched testing + coverage to Vitest (from Jest/ts-jest + c8); coverage uses the istanbul provider.
  • Switched linting + formatting to Biome (from ESLint).
  • Switched CI to GitHub Actions (from Travis).
  • Dropped dev dependencies no longer needed: jest, ts-jest, c8, eslint, lodash, pkgroll.
  • Shared config via tsconfig-oy and biome-config-oy.

Fixed

  • An issue with Notation#eachValue() method where bracket notation was ignored.
  • An issue with Notation#set() method where we get i.e. TypeError: Cannot set x of undefined when working with sparse arrays.
  • An issue with Notation#filter() method where in some cases, value was set for the level notation instead of given notation.
  • An issue with Notation#normalize() method where in some cases, intersections were ignored.

Notation.js v2.0.0

03 Sep 22:35

Choose a tag to compare

Utility for modifying / processing the contents of Javascript objects via object & bracket notation strings or globs.
See README for changes.

Notation.js v1.3.6

24 Feb 03:14

Choose a tag to compare

Utility for modifying / processing the contents of Javascript objects via object notation strings or globs.
See README for changes.

Notation.js v1.3.5

04 Oct 01:33

Choose a tag to compare

Utility for modifying / processing the contents of Javascript objects via object notation strings or globs.
See README for changes.

Notation.js v1.3.0

30 Sep 02:39

Choose a tag to compare

Utility for modifying / processing the contents of Javascript objects via object notation strings or globs.
See README for changes.

Notation.js v1.1.0

26 Sep 23:55

Choose a tag to compare

Utility for modifying / processing the contents of Javascript objects by parsing object notation strings or globs.

Notation.js

08 May 19:28

Choose a tag to compare

Utility for modifying / processing the contents of Javascript objects by parsing object notation strings or globs.

Notation.js

06 May 01:46

Choose a tag to compare

Utility for modifying / processing the contents of Javascript objects by parsing object notation strings or globs.