Skip to content

Releases: ThatConference/that-api

v2.1.1

08 Oct 21:29
c2b5a92

Choose a tag to compare

Fixes typo in findMemberByStripeCustId

v2.1.0

07 Oct 14:42
37cd2e3

Choose a tag to compare

Not a breaking change, additive update

new query findMemberByStripeCustId, add updatedBy optional field to member.update
Package version bump, security updates on dependent packages
fix new lint rule errors

v2.0.4

17 Aug 23:09
18b6291

Choose a tag to compare

Fixes v2.0.3 which wouldn't install into other packages

v2.0.3

17 Aug 22:02
afe18b1

Choose a tag to compare

v2.0.0

BREAKING CHANGE:
Removes access to requestLogger and InfluxDB. Event lifecycle access removed. These references will not be there for current api's using them.

  • All dependencies update to latest versions including structure changes needed.
  • Dev dependencies update including structure changes needed.
  • New husky structure in place
  • Removed InfluxDB, event lifecycle call
  • Removed unneeded environment variables

Note: access to requestLogger only removed from index as a future version will add back a different logger.

v2.0.3

Moves husky install from npm prepare script to postinstall. This way the git hooks are still set in place on installation and husky doesn't try to run during publish, which we don't want.

v1.23.0

15 May 15:16
1962e7b

Choose a tag to compare

Corrects dateForge handling of null values, returns the null value as-is
update testing on date scalar

v1.22.0

15 Mar 20:15
34e22c2

Choose a tag to compare

entityDateForge now supports deep object paths
Update constants
package bumps

v1.21.0

26 Feb 15:22
4f3be7b

Choose a tag to compare

Add event cloudDatastore
update constants
fix dateForge to use entityDateForge function
add dateForge for order and product entities
minor package bump

v1.20.0

23 Feb 16:18
8c9f84b

Choose a tag to compare

new setFavorite function
add constants reference

v1.19.0

18 Feb 16:35
89d8b71

Choose a tag to compare

Add thatHistorySet to history dataSource

v1.18.2

13 Feb 18:05
85fd66e

Choose a tag to compare

minor bug fixes of dateForge

  • null is typeof object, thanks JavaScript 🤦‍♂️

Correct node engine version requirement