UNPKG

args-to-arr

Version:

converts arguments or any other array-like object into an array starting from specific index.

164 lines (93 loc) 4.65 kB
# args-to-arr changelog ## Version History ### [1.4.9](https://github.com/manferlo81/args-to-arr/compare/v1.4.8...v1.4.9) (2020-06-11) ### Bug Fixes * dependencies updated (vulnerabilities) ([844c93f](https://github.com/manferlo81/args-to-arr/commit/844c93f66cf98a049809f8222d6ec57171522ec3)) ### [1.4.8](https://github.com/manferlo81/args-to-arr/compare/v1.4.7...v1.4.8) (2019-11-07) ### [1.4.7](https://github.com/manferlo81/args-to-arr/compare/v1.4.6...v1.4.7) (2019-09-14) * dependencies updated ### [1.4.6](https://github.com/manferlo81/args-to-arr/compare/v1.4.5...v1.4.6) (2019-08-29) * dependencies updated ### [1.4.5](https://github.com/manferlo81/args-to-arr/compare/v1.4.4...v1.4.5) (2019-07-07) * dependencies updated ### [1.4.4](https://github.com/manferlo81/args-to-arr/compare/v1.4.3...v1.4.4) (2019-07-01) * dependencies updated * `ts-jest` for typescript test * added `husky` ### [1.4.3](https://github.com/manferlo81/args-to-arr/compare/v1.4.2...v1.4.3) (2019-06-22) * dependencies updated ### [1.4.2](https://github.com/manferlo81/args-to-arr/compare/v1.4.1...v1.4.2) (2019-06-18) * fix: string support ### [1.4.1](https://github.com/manferlo81/args-to-arr/compare/v1.4.0...v1.4.1) (2019-06-18) * dependencies updated ### [1.4.0](https://github.com/manferlo81/args-to-arr/compare/v1.3.14...v1.4.0) (2019-06-18) * negative start point support * skip non-existent values * improved documentation ### [1.3.14](https://github.com/manferlo81/args-to-arr/compare/v1.3.13...v1.3.14) (2019-06-07) * dependencies updated ### [1.3.13](https://github.com/manferlo81/args-to-arr/compare/v1.3.12...v1.3.13) (2019-06-04) * improved documentation * test refactoring ### [1.3.12](https://github.com/manferlo81/args-to-arr/compare/v1.3.11...v1.3.12) (2019-06-01) * improved documentation ### [1.3.11](https://github.com/manferlo81/args-to-arr/compare/v1.3.10...v1.3.11) (2019-06-01) * description changed * dependencies updated ### [1.3.10](https://github.com/manferlo81/args-to-arr/compare/v1.3.9...v1.3.10) (2019-05-31) * fixed cdn links for latest version ### [1.3.9](https://github.com/manferlo81/args-to-arr/compare/v1.3.8...v1.3.9) (2019-05-30) * build a minified `umd` build * dependencies updated * improved changelog ### [1.3.8](https://github.com/manferlo81/args-to-arr/compare/v1.3.7...v1.3.8) (2019-05-30) * dependencies updated ### [1.3.7](https://github.com/manferlo81/args-to-arr/compare/v1.3.6...v1.3.7) (2019-05-29) * performance improvements ### [1.3.6](https://github.com/manferlo81/args-to-arr/compare/v1.3.5...v1.3.6) (2019-05-28) * improved changelog document ### [1.3.5](https://github.com/manferlo81/args-to-arr/compare/v1.3.4...v1.3.5) (2019-05-28) * improved documentation * added minified size badge ### [1.3.4](https://github.com/manferlo81/args-to-arr/compare/v1.3.3...v1.3.4) (2019-05-28) * dependencies updated * added install size badge * improved documentation ### [1.3.3](https://github.com/manferlo81/args-to-arr/compare/v1.3.2...v1.3.3) (2019-05-25) * test refactoring * improved documentation * added jsDelivr badge * added types badge ### [1.3.2](https://github.com/manferlo81/args-to-arr/compare/v1.3.1...v1.3.2) (2019-05-24) * dependencies updated * improved documentation ### [1.3.1](https://github.com/manferlo81/args-to-arr/compare/v1.3.0...v1.3.1) (2019-05-17) * dependencies updated ### [1.3.0](https://github.com/manferlo81/args-to-arr/compare/v1.2.4...v1.3.0) (2019-05-06) * browser support * dependencies updated * added badges * test refactoring ### [1.2.4](https://github.com/manferlo81/args-to-arr/compare/v1.2.3...v1.2.4) (2019-04-25) * dependencies updated ### [1.2.3](https://github.com/manferlo81/args-to-arr/compare/v1.2.2...v1.2.3) (2019-04-23) * improved documentation * switched to `bundlib` * `tslint` setup ### [1.2.2](https://github.com/manferlo81/args-to-arr/compare/v1.2.1...v1.2.2) (2019-04-23) * dependencies updated ### [1.2.1](https://github.com/manferlo81/args-to-arr/compare/v1.2.0...v1.2.1) (2019-04-23) * dependencies updated ### [1.2.0](https://github.com/manferlo81/args-to-arr/compare/v1.1.0...v1.2.0) (2019-04-22) * build using `typescript` * `is-array-like` type definitions ### [1.1.0](https://github.com/manferlo81/args-to-arr/compare/v1.0.1...v1.1.0) (2019-04-21) * using `is-array-like` * optimize output * test refactoring ### [1.0.1](https://github.com/manferlo81/args-to-arr/compare/v1.0.0...v1.0.1) (2019-04-18) * changelog documented ## [1.0.0](https://github.com/manferlo81/args-to-arr/compare/v0.0.1...v1.0.0) (2019-04-18) * first stable release ### 0.0.1 (2019-04-18) * preliminary release