Skip to content

Tags: cartesianui/core

Tags

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2.0.1 (#15)

* Feature/minor improvements (#13)

* misc improvements and fixes

* updates async service allowing option to api endpoint key

* Bump version

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.0.0 (#8) (#12)

* Adds PATCH http decorator, bumps package version

* Fixes bug in function convertObjectKeysToCamel

* bumps package version

* Updated reponse adaptor, for success code in more dynamic way

* bumps package version

* Updates default error and success as writeable, adds boolean property to apply camel case converter on response object keys which is true by default

* Updates base adapter to apply camel case converter on response object key, based on app constant property

* Bumps version to 4.11.0

* Updates http service, to handle keys conversion efficient way

* Fixes misc bugs, in request object case conversion

* Updates async http service

* Updates http interceptor to add axis host header

* Bumps package version

* Refactors multi tenancy, name convention to tenancy only

* fixes js-axis dependency version

* Adds functionality to allow custom tenancy header attribute, for local testing

* 1. Removes root directory files except typings.d.ts and README.ms. 2. Moves project/ng-axis directory content in root directory. 3. Removes empty directory projects/ng-axis

* Replaces files created with ng generate lib ng-axis command, merges readme

* Updates permission checker service, to check any or all permissions

* Implements session service

* Relocates npm package to new vendor, resets version to 1.0.0

* Updates ts config, compilation mode to partial

* Fixes package reloaction/rename side effects

* Adds session class in public api exports

* Adds lint staged config file

* Executes prettier for all files

* Executes prettier for all files

* WIP Major refactoring

* Adds index file with lib, to manage top level exports in public-api.ts

* Refactors ng-axis to core

* Updates peer dependencies

* 1.0.0

* Fixes effect to renaming js-axis library

* 1.0.1

* Updates peer dependecies, and related fixes

* 1.1.0

* Misc updates and angular version upgrade (#4)

* Fixes http core service to allow query string parameters

* Updates helper function to validate undefined variable

* Bumps package version

* Update peer depenencies, bumps version

* Updates readme

* fixes peer dependencies version

* Bumps package version

* Refactors http interceptor code, and error handling

* Removes files in old interceptor path

* Bumps package version

* Improve http interceptor and error response (#5)

* Fixes http core service to allow query string parameters

* Updates helper function to validate undefined variable

* Bumps package version

* Update peer depenencies, bumps version

* Updates readme

* fixes peer dependencies version

* Bumps package version

* Refactors http interceptor code, and error handling

* Removes files in old interceptor path

* Bumps package version

* Improves http interceptor for better error and repsone handling

* Bumps package version

* Fixes resposne handling aur authorization request

* Bumps package version

* Option to add custom headers through http interceptor (#6)

* Create addContextHeader function http.interceptor

* Change interceptorConfig attribute and replace name of addCustomheaders

* Remove headerAttribute variable and set loop on header

* Replace headerConfiguration with customHeaders and add key with header.set()

* Remove else part of if(customHeaders != undefined)

* Bumps package version

* Updates http adapter error response handling

* Fixes error response to show errors

* Fixes http service error preparing query params

* Bump patch version

* Feature/upgrade 16.x (#7)

* Fixes http service error preparing query params

* Bump patch version

* angular upgrade to 16.x, mis improvements

* WIP improvement and refactoring

* Msc improvements

* Updates error notification service to convert response keyys from snake to camel case

* Updates axis object to cartesian

---------

Co-authored-by: Sohaib Zafar <89626808+SohaibZafar1986@users.noreply.github.com>

v1.3.1

Toggle v1.3.1's commit message
Bumps package version

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve http interceptor and error response (#5)

* Fixes http core service to allow query string parameters

* Updates helper function to validate undefined variable

* Bumps package version

* Update peer depenencies, bumps version

* Updates readme

* fixes peer dependencies version

* Bumps package version

* Refactors http interceptor code, and error handling

* Removes files in old interceptor path

* Bumps package version

* Improves http interceptor for better error and repsone handling

* Bumps package version

v1.2.0

Toggle v1.2.0's commit message
Bumps package version

v1.1.1

Toggle v1.1.1's commit message
Bumps package version

v1.1.0

Toggle v1.1.0's commit message
1.1.0

v1.0.1

Toggle v1.0.1's commit message
1.0.1

v1.0.0

Toggle v1.0.0's commit message
1.0.0

4.15.3

Toggle 4.15.3's commit message
Updates async http service