Skip to content

Releases: cartesianui/core

v2.0.1

10 Dec 07:53
bd1320f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

10 Dec 07:52
d9a330c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v2.0.0

v1.3.1

12 Jan 07:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.9.1...v1.3.1

4.9.1

27 Oct 05:56
Compare
Choose a tag to compare

Fixes

  • Fixes bug in function convertObjectKeysToCamel

4.9.0

25 Oct 10:11
Compare
Choose a tag to compare

Improvements

  • Adds PATCH http decorator
  • Updates readme

4.8.5

29 Sep 05:25
Compare
Choose a tag to compare
  • Updates angular version to 12.2.7
  • Adds publish command

4.8.3

14 Sep 12:58
Compare
Choose a tag to compare

Fixes

  • Updates async services, http base adaptor, to take 202 as success response.

4.8.2

25 Feb 10:10
Compare
Choose a tag to compare

Fixes

  • Fixes helper function to convert snake case key into lower camel case, to handle integers as the first character after underscore.

4.8.1

25 Feb 10:07
Compare
Choose a tag to compare

Fixes

  • Updates request criteria to include search param in the API request

4.8.0

10 Oct 10:08
Compare
Choose a tag to compare

Release notes includes updates for versions 4.6.0, 4.7.0 and 4.8.0

New Features

  • Implements UI service, and add in package exports
  • Implements helper function to validate string type
  • Implements types to use in request criteria class
  • Implements http request criteria
  • Implements criteria param decorator, to build and set request criteria
  • Fixes null search form fields error

Enhancements/Improvements

  • Updates angular to 10.1.2
  • Updates peer dependency js-axis to new version 2.1.2
  • Removes user configuration service, this is part of main application
  • Removes export of deleted services
  • Updates multi tenancy service to add functions to get and set tenant
  • Updates multi tenancy functions accessor types
  • Improves error response handling
  • Implements extractContent helper function from http response
  • Add 504 error handling
  • Replaces blobToText function with extractContent using helper function

Fixes

  • Resolves CommonJs, AMD dependency warning