Skip to content

Releases: StatelessStudio/pointyapi

[4.0.0]

26 Sep 18:33
49a0cd1

Choose a tag to compare

Breaking Changes (See migration.md)

  • Upgrade to node v16 & npm v8
  • Upgrade to class validator
  • [Issue #202] Switch to .env from local.config.json
  • [Issue #206] Request/Response should be imported from child interfaces
  • [Issue #218] Remove and replaced loggging with ts-tiny-log
  • Hardened types to replace many any members and parameters
  • ALLOW_ORIGIN is no longer optional

Additions

Fixes

  • Clean up logging
  • Listen function is now properly awaited

[3.4.0] Oct-30-2021

30 Oct 16:55
ddb7999

Choose a tag to compare

Additions

  • [Issue #195] addResource() should allow templating
  • [Issue #216] Add order string query to allow ordering by rand()
  • [Issue #217] Allow query fields to provide other fields as values

Fixes

  • [Issue #225] Order by is case sensitive
  • [Issue #227] Cannot query by same key in multiple query types

[3.3.5] May-02-2021

02 May 20:30
bd77925

Choose a tag to compare

Fixes

  • npm update
  • Fix typescript build errors

[3.3.4] Mar-15-2021

02 May 20:22
1564779

Choose a tag to compare

Fixes

  • Use SSL for postgres production connections

[3.3.3] Oct-21-2020 - Fix typescript buildchain

21 Oct 19:13
2283feb

Choose a tag to compare

Fixes

  • Change postinstall script to prepare

[3.3.2] - Mar-29-2020

29 Mar 17:24
d18c7d3

Choose a tag to compare

Additions

Fixes

  • npm update
  • [Issue #197] getFilter removes object properties

[3.3.1] Nov-22-2019

22 Nov 16:43
f5c2ff7

Choose a tag to compare

Fixes

  • npm update

[3.3.0] Nov-14-2019

14 Nov 12:46
705dfae

Choose a tag to compare

Additions

  • Add custom options object to HttpClient methods
  • Add npm keywords
  • [Issue #192] HttpClient must allow for custom headers

Fixes

  • Node 12 Upgrade
  • Test classes cannot use function this
  • npm update (includes audit & outdated)
  • Lint (on master)

[3.2.0] Aug-19-2019

19 Aug 18:05
5638ea5

Choose a tag to compare

Additions

  • [Issue #189] Add CanReadAll() and CanWriteAll()

Fixes

  • npm update

[3.1.0] Aug-06-2019

06 Aug 15:13
0d9eaed

Choose a tag to compare

Additions

  • [Issue #187] Add HttpClient::request for proxy
  • [Issue #183] Move getValidationConstraints() to exported module

Fixes

  • npm update
  • Cleaned up query-tools
  • Move imports to query-tools