Releases: michaeljymsgutierrez/arm-js-library
Releases · michaeljymsgutierrez/arm-js-library
v1.5.4
ARM JavaScript Library v1.5.4 Release
- Moved request
errors
response to dedicatederror
property on auto resolve. - Renamed record internal function
_setProperty
and_getProperty
to_setRecordPropery
and_getRecordProperty
- Added record internal function
_setRecordProperties
. - Updated README.md
- Turned off minify build to enable JS DOCS intellisense.
- Added npm command for .d.ts generating.
v1.5.3
ARM JavaScript Library v1.5.3 Release
- Fixed changed response data from
autoResolveOrigin
with_internal
v1.5.2
ARM JavaScript Library v1.5.2 Release
- Supported promise result on
request
functions(query, queryRecord, findAll, findRecord)
via configautoResolve
. - Fixed empty
included
property onrequest
returned response. - Renamed internal functions
_injectReferenceKeys
and_injectActions
.
v1.5.1
ARM JavaScript Library v1.5.1 Release
- Supported override path for request config for
request
anddestroyRecord
functions. - Updated README for latest request override property.
- Fix package issues via pkg fix.
- Integrated jsdoc2markdown and added command for building DOCS.md.
v1.5.0
ARM JavaScript Library v1.5.0 Release
- Supported request config for record
destroyRecord
function. - Added JSDoc on src lib file.
- Merged items demos.
- Enhanced publish script.
v1.4.3
ARM JavaScript Library v1.4.3 Release
- Support override headers on request config.
override: {
host: 'https://ww7.test-demo.com',
namespace: 'api/v2'
headers: {
'X-Client-Platform': 'Symbian',
}
}
v1.4.2
ARM JavaScript Library v1.4.2 Release
- Fix for undefined on utility function
groupBy
v1.4.1
ARM JavaScript Library v1.4.1 Release
- Exposed
groupBy
utility function. - Updated README for new utility function.
v1.4.0
ARM JavaScript Library v1.4.0 Release
- Support record
isLoading
state onreload
anddestroyRecord
invocation. - Exposed utility function
firstObject
andlastObject
. - Updated README for new utility functions.
v1.3.3
ARM JavaScript Library v1.3.3 Release
- Support ajax util function as a wrapper for axios.request.
- Added section for ajax util on README.md.
- Corrected some utility functions descriptions.