Releases: cartesianui/core
Releases · cartesianui/core
v2.0.1
v2.0.0
What's Changed
- Option to add custom headers through http interceptor by @SohaibZafar1986 in #6
- Feature/upgrade 16.x by @smurtazakazmi in #7
- Moves session service function in main app to core lib by @smurtazakazmi in #9
- New Release 2.0.0 by @smurtazakazmi in #10
- Fixes merge conflict with main by @smurtazakazmi in #12
New Contributors
- @SohaibZafar1986 made their first contribution in #6
Full Changelog: v1.3.1...v2.0.0
v1.3.1
What's Changed
- Misc updates and angular version upgrade by @smurtazakazmi in #4
- Improve http interceptor and error response by @smurtazakazmi in #5
Full Changelog: 4.9.1...v1.3.1
4.9.1
Fixes
- Fixes bug in function convertObjectKeysToCamel
4.9.0
Improvements
- Adds PATCH http decorator
- Updates readme
4.8.5
- Updates angular version to 12.2.7
- Adds publish command
4.8.3
Fixes
- Updates async services, http base adaptor, to take 202 as success response.
4.8.2
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
Fixes
- Updates request criteria to include search param in the API request
4.8.0
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