1.3.2 (2024-03-22)
- lookup: don't parse nested array elements as string templates f25f5cd - Jacob Hull
1.3.1 (2023-05-05)
- ci: gate prs from non maintainers 3a88517 - Eric Satterwhite
- deps: update eslint requirement from ^8.21.0 to ^8.35.0 2240e2e - Eric Satterwhite
1.3.0 (2023-02-03)
- chain: add support for luxon object during lookups 7feb25f - Eric Satterwhite
1.2.0 (2022-10-14)
- actions: include a serial action e895a8b - Eric Satterwhite
1.1.1 (2022-10-13)
- deps: update chevrotain requirement from ^10.1.2 to ^10.3.0 7a12365 - Eric Satterwhite
1.1.0 (2022-08-15)
- dep: [email protected] d2c275e - Eric Satterwhite
- dep-dev: [email protected] 2d1d99a - Eric Satterwhite
1.0.13 (2022-06-05)
- deps: update @logdna/stdlib requirement from ^1.1.3 to ^1.1.5 e18c89d - Eric Satterwhite
1.0.12 (2022-03-12)
- deps: bump chevrotain from 9.1.0 to 10.1.2 8eaaea4 - Darin Spivey
1.0.11 (2021-09-02)
- deps: update eslint requirement from ^7.31.0 to ^7.32.0 fadda7c - Darin Spivey
1.0.10 (2021-07-21)
- deps: update eslint requirement from ^7.30.0 to ^7.31.0 464d02d - Darin Spivey
1.0.9 (2021-07-07)
- deps: update @logdna/stdlib requirement from ^1.1.2 to ^1.1.3 bcabf78 - Darin Spivey
1.0.8 (2021-07-06)
- deps: update eslint requirement from ^7.26.0 to ^7.30.0 26dfd53 - Mike Del Tito
1.0.7 (2021-07-05)
- deps: update @logdna/stdlib requirement from ^1.1.0 to ^1.1.2 70eb5f9 - Mike Del Tito
1.0.6 (2021-06-25)
- deps: update chevrotain requirement from ^9.0.1 to ^9.0.2 cdfa6e9 - Eric Satterwhite
1.0.5 (2021-06-19)
- deps: update eslint-config-logdna requirement b4b6bd3 - Darin Spivey
1.0.4 (2021-06-18)
- deps: update semantic-release requirement from ^17.4.2 to ^17.4.4 5702c3a - Eric Satterwhite
1.0.3 (2021-05-25)
- deps: update @logdna/stdlib requirement from ^1.0.2 to ^1.1.0 594f7bb - Darin Spivey
1.0.2 (2021-05-18)
- deps: update eslint requirement from ^7.25.0 to ^7.26.0 b264d9b - Eric Satterwhite
1.0.1 (2021-05-12)
- docs: Improve documentation and add examples 55badb1 - Darin Spivey
- deps: @logdna/[email protected] 3eefcca - Darin Spivey
- deps: [email protected] 51f81a1 - Darin Spivey
- deps: [email protected] db5d01a - Darin Spivey
- deps: [email protected] 2734236 - Darin Spivey
- 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
- deps: answerbook/[email protected] 7be55c9 - Eric Satterwhite
- deps: answerbook/[email protected] 70835e9 - Eric Satterwhite
- deps: configure renovate to scan a different branch 93929cb - Eric Satterwhite
- deps: [email protected] 74b90d4 - Eric Satterwhite
- deps: revert renovate config bbc5e56 - Eric Satterwhite
- package: Prepare this package for open source 4091cba - Eric Satterwhite
- fix state object in readme e880879 - Eric Satterwhite
- fix publish step 81bd847 - Eric Satterwhite
- Replaces github actions with jenkins 5099a13 - Eric Satterwhite
- 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
- 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
- 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