Skip to content

Releases: fratzinger/feathers-trigger

v4.0.1

04 Sep 11:50

Choose a tag to compare


v4.0.0...v4.0.1

v4.0.0

05 Mar 08:08

Choose a tag to compare

BREAKING CHANGES

  • rm 'object-replace-mustace' -> cannot use '{{ before.startsAt }}' anymore natively. If you need this behavior, you can implement it by using a condition function
  • rm dataResolved, beforeResolved, resultResolved - rm from action handler
  • renamed conditionsData, conditionsResult, conditionsParams, conditionsBefore to data, result, params, before
  • renamed params to manipulateParams
  • rm [key: string]: any from Subscription
  • rm 'batchMode' option & make action explicit with action for single items or batchAction for multiple items

So this:

// old
conditionsResult: { startsAt: { $gt: "{{ before.startsAt }}" } }

becomes this:

// new
result: ({ before }) => ({ startsAt: { $gt: before.startsAt } })

What's Changed

Full Changelog: v3.1.2...v4.0.0

v3.1.2

11 Feb 16:43

Choose a tag to compare

  • dev: add debug option to console.log stuff (#16) 3609c44
  • ci: fix stupid pnpm corepack Signature bug 03a9281
  • ci: pkg.pr.new 78d2b72

v3.1.1...v3.1.2

v3.1.1

03 Feb 22:08

Choose a tag to compare

  • fix: identifier query & update deps (#15) 2460b37

v3.1.0...v3.1.1

v3.1.0

10 Dec 16:26

Choose a tag to compare


v3.0.1...v3.1.0

v3.0.1

19 Mar 13:21

Choose a tag to compare

v3.0.0...v3.0.1

v3.0.0

14 Mar 10:36

Choose a tag to compare

v2.1.1...v3.0.0

v2.1.1

06 Feb 07:29

Choose a tag to compare

v2.1.0

05 Feb 20:49

Choose a tag to compare

v2.0.1...v2.1.0

v2.0.1

27 Nov 21:40

Choose a tag to compare

  • fix: lodash js extension & fast-copy (#10) 9649042

v2.0.0...v2.0.1