Skip to content

Releases: logdna/setup-chain-node

v1.0.9

07 Jul 18:23
Compare
Choose a tag to compare

1.0.9 (2021-07-07)

Chores

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

v1.0.8

06 Jul 19:04
Compare
Choose a tag to compare

1.0.8 (2021-07-06)

Chores

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

v1.0.7

05 Jul 12:59
Compare
Choose a tag to compare

1.0.7 (2021-07-05)

Chores

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

v1.0.6

25 Jun 17:44
Compare
Choose a tag to compare

1.0.6 (2021-06-25)

Chores

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

v1.0.5

19 Jun 17:36
Compare
Choose a tag to compare

1.0.5 (2021-06-19)

Chores

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

v1.0.4

18 Jun 17:55
Compare
Choose a tag to compare

1.0.4 (2021-06-18)

Chores

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

v1.0.3

25 May 19:34
Compare
Choose a tag to compare

1.0.3 (2021-05-25)

Chores

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

v1.0.2

18 May 10:38
Compare
Choose a tag to compare

1.0.2 (2021-05-18)

Chores

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

v1.0.1

12 May 16:13
Compare
Choose a tag to compare

1.0.1 (2021-05-12)

Bug Fixes

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

Chores

v1.0.0

06 May 17:49
Compare
Choose a tag to compare

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