Releases: ItalyPaleAle/SMHelper
Releases · ItalyPaleAle/SMHelper
Release list
v1.2.4
v1.2.2
Improvements:
- Refactored method
getDescendantProperty
Fixes:
- Updated dependencies
v1.2.1
Fixes:
cloneObjectmethod had wrong typings; changed toanyas return type
v1.2.0
Improvements:
- Codebase has been migrated to TypeScript. No APIs have changed, but full typings are now exported alongside transpiled JavaScript code.
v1.1.4
Fixes:
- Updated dependencies
Other changes:
- Code has been re-licensed under MIT license
- Updated URLs to the new username on GitHub
v1.1.3
- Fixed:
updatePropertyInObjectwill update nested properties of plain JS objects only - Fixed:
updatePropertyInObjecthandles false-y values better - Fixed:
buildQuerystringwas handling the array[0]incorrectly - Updated dependencies
v1.1.2
- Added eslint to ensure code consistency
- Updated deps