Skip to content

Releases: lune-climate/lune-ts

v1.1.9

13 Jun 15:38
2d1b5cf
Compare
Choose a tag to compare
  • Split Account in StandardAccount and ClientAccount models
  • Add updateClientAccount and createClientAccount functions.

v1.1.8

09 Jun 16:52
7b3b339
Compare
Choose a tag to compare

What's Changed

  • Upgrade openapi-typescript-codegen from 0.0.7 to 0.0.8 by @jstasiak in #62
    (this gives us the withAccount() helper method in the client class)
  • Pick up the latest API schema

Full Changelog: v1.1.7...v1.1.8

1.1.7

27 May 16:07
44c7444
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.1.7

1.1.6

27 May 09:38
5055328
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.5...v1.1.6

1.1.5

23 May 13:59
f91bfeb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

1.1.4

19 May 15:15
fd48220
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

1.1.3

18 May 11:35
f3a1282
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

1.1.2

05 May 20:43
2f8f9e9
Compare
Choose a tag to compare

What's Changed

  • Add sibling_id to account resources. by @raguiar9080 in #27
  • Add scope to account resources by @raguiar9080 in #28
  • Add quantity_trunc to CreateOrderByQuantity, CreateOrderByValue, OrderQuoteByValue and OrderQuoteByQuantity payloads by @rbruggem in #29

Full Changelog: v1.1.1...v1.1.2

1.1.1

12 Apr 14:25
1d3fd10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

1.1.0

08 Apr 12:06
976b4f8
Compare
Choose a tag to compare

Main changes

The main changes are the move to the custom Lune fork for the base client generation. This brings us the possibility of
rich data types, adds camelCase models, and vastly improves how the final client itself is generated and built. Several
other improvements on the READM, examples and package information are also made. Full changes are below.

What's Changed

New Contributors

Full Changelog: v1.0.7...v1.1.0