Skip to content

Releases: fratzinger/feathers-trigger

v4.0.1

Choose a tag to compare

@fratzinger fratzinger released this 04 Sep 11:50

v4.0.0...v4.0.1

v4.0.0

Choose a tag to compare

@fratzinger fratzinger released this 05 Mar 08:08

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

Choose a tag to compare

@fratzinger fratzinger released this 11 Feb 16:43
  • 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

Choose a tag to compare

@fratzinger fratzinger released this 03 Feb 22:08
  • fix: identifier query & update deps (#15) 2460b37

v3.1.0...v3.1.1

v3.1.0

Choose a tag to compare

@fratzinger fratzinger released this 10 Dec 16:26

v3.0.1...v3.1.0

v3.0.1

Choose a tag to compare

@fratzinger fratzinger released this 19 Mar 13:21

v3.0.0...v3.0.1

v3.0.0

Choose a tag to compare

@fratzinger fratzinger released this 14 Mar 10:36

v2.1.1...v3.0.0

v2.1.1

Choose a tag to compare

@fratzinger fratzinger released this 06 Feb 07:29

v2.1.0

Choose a tag to compare

@fratzinger fratzinger released this 05 Feb 20:49

v2.0.1...v2.1.0

v2.0.1

Choose a tag to compare

@fratzinger fratzinger released this 27 Nov 21:40
  • fix: lodash js extension & fast-copy (#10) 9649042

v2.0.0...v2.0.1