Skip to content

Latest commit

 

History

History
222 lines (113 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

222 lines (113 loc) · 11.5 KB

Changelog

1.3.2 (2024-03-22)

Bug Fixes

  • lookup: don't parse nested array elements as string templates f25f5cd - Jacob Hull

1.3.1 (2023-05-05)

Bug Fixes

  • ci: gate prs from non maintainers 3a88517 - Eric Satterwhite

Chores

  • deps: update eslint requirement from ^8.21.0 to ^8.35.0 2240e2e - Eric Satterwhite

Miscellaneous

  • update .all-contributorsrc f1e822c - Eric Satterwhite
  • update README.md d6c4385 - Eric Satterwhite

1.3.0 (2023-02-03)

Features

  • chain: add support for luxon object during lookups 7feb25f - Eric Satterwhite

1.2.0 (2022-10-14)

Features

  • actions: include a serial action e895a8b - Eric Satterwhite

1.1.1 (2022-10-13)

Chores

  • deps: update chevrotain requirement from ^10.1.2 to ^10.3.0 7a12365 - Eric Satterwhite

1.1.0 (2022-08-15)

Chores

Features

  • parser: support parser keyword this d9f0b49 - Eric Satterwhite, closes: #75

1.0.13 (2022-06-05)

Chores

  • deps: update @logdna/stdlib requirement from ^1.1.3 to ^1.1.5 e18c89d - Eric Satterwhite

1.0.12 (2022-03-12)

Chores

  • deps: bump chevrotain from 9.1.0 to 10.1.2 8eaaea4 - Darin Spivey

1.0.11 (2021-09-02)

Chores

  • deps: update eslint requirement from ^7.31.0 to ^7.32.0 fadda7c - Darin Spivey

1.0.10 (2021-07-21)

Chores

  • deps: update eslint requirement from ^7.30.0 to ^7.31.0 464d02d - Darin Spivey

1.0.9 (2021-07-07)

Chores

  • deps: update @logdna/stdlib requirement from ^1.1.2 to ^1.1.3 bcabf78 - Darin Spivey

1.0.8 (2021-07-06)

Chores

  • deps: update eslint requirement from ^7.26.0 to ^7.30.0 26dfd53 - Mike Del Tito

1.0.7 (2021-07-05)

Chores

  • deps: update @logdna/stdlib requirement from ^1.1.0 to ^1.1.2 70eb5f9 - Mike Del Tito

1.0.6 (2021-06-25)

Chores

  • deps: update chevrotain requirement from ^9.0.1 to ^9.0.2 cdfa6e9 - Eric Satterwhite

1.0.5 (2021-06-19)

Chores

  • deps: update eslint-config-logdna requirement b4b6bd3 - Darin Spivey

1.0.4 (2021-06-18)

Chores

  • deps: update semantic-release requirement from ^17.4.2 to ^17.4.4 5702c3a - Eric Satterwhite

1.0.3 (2021-05-25)

Chores

  • deps: update @logdna/stdlib requirement from ^1.0.2 to ^1.1.0 594f7bb - Darin Spivey

1.0.2 (2021-05-18)

Chores

  • deps: update eslint requirement from ^7.25.0 to ^7.26.0 b264d9b - Eric Satterwhite

1.0.1 (2021-05-12)

Bug Fixes

  • docs: Improve documentation and add examples 55badb1 - Darin Spivey

Chores

1.0.0 (2021-05-06)

Bug Fixes

  • parser: rework syntax and relax parser for arbitrary values acb4045 - Eric Satterwhite
  • allow function argument separator in arguments 8e1cd62 - Eric Satterwhite
  • chain: Do not auto-expose action handlers that exist in the child 8f65161 - Eric Satterwhite

Chores

Continuous Integration

  • fix publish step 81bd847 - Eric Satterwhite
  • Replaces github actions with jenkins 5099a13 - Eric Satterwhite

Features

  • chain: add template built-in chain function 9f9c149 - Eric Satterwhite
  • chain: allow moment object to pass through lookup functions a8df377 - Eric Satterwhite
  • chain: convert set function to action fa1b311 - Eric Satterwhite
  • parser: Implement ast parser for lookup syntax 81cb3cd - Eric Satterwhite
  • pkg: expose commitlint as npm script 8e78927 - Eric Satterwhite

Miscellaneous

  • Add renovate.json c9803a6 - Eric Satterwhite
  • @answerbook/[email protected] 11431f8 - Eric Satterwhite
  • Add .repeat(), .map(), .sort() and custom action signatures 70d2ba6 - Eric Satterwhite
  • expose actions as top level functions on the chain instance cc1467b - Eric Satterwhite
  • initial class for seeding test data 44098bf - Eric Satterwhite
  • Initial commit 625b407 - Darin Spivey
  • [email protected] 5721ff6 - Eric Satterwhite
  • update documentation for repeat() action params 1085daf - Eric Satterwhite
  • Initial commit f31caf0 - Eric Satterwhite

BREAKING CHANGES

  • chain: the set function is an action an defered until execute
  • chain: the set function may throw on invalid lookup syntax

Ref: LOG-8400 Semver: major

  • parser: replaces simple string parser with full syntax grammar
  • parser: plain object path values are invalid lookups ('a.b')
  • parser: identifiers with symbols must be quoted ('"f:b"')

Ref: LOG-8260 Semver: major