Package changelog.
No changes reported for this release.
No changes reported for this release.
7473eb8
- docs: revert moving horizontal rule (by Athan Reines)b71eac5
- docs: move horizontal rules (by Athan Reines)f6eb46d
- docs: fix method name (by Athan Reines)d1ea078
- build: replace tslint directive with eslint equivalent (by Philipp Burckhardt)b496b72
- build: replace tslint directive with eslint equivalent (by Philipp Burckhardt)cab141b
- docs: update links (by Athan Reines)
A total of 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Philipp Burckhardt
-
a2ba8cb
: support argument omission- Existing code should continue to work as is; however, error handling
has changed. One can now create a slice without providing arguments.
To adopt the new syntax, one no longer has to explicitly provide
null
for "empty" slice parameters.
- Existing code should continue to work as is; however, error handling
has changed. One can now create a slice without providing arguments.
To adopt the new syntax, one no longer has to explicitly provide
aa6865c
- docs: fix return values (by Athan Reines)1a9294b
- fix: prevent index increments to zero (by Athan Reines)9da72fd
- test: add property test (by Athan Reines)482990c
- docs: update copy (by Athan Reines)d627bb1
- docs: fix heading (by Athan Reines)cf13ba9
- docs: fix parameter types and fix class name (by Athan Reines)74d7015
- docs: fix syntax errors in examples (by Athan Reines)4a6d756
- style: disable lint rules (by Athan Reines)671cb3d
- fix: ensure default values arenull
when providedundefined
(by Athan Reines)a2ba8cb
- feat: refactor to support eliding arguments (by Athan Reines)1f41686
- docs: fix copyright year (by Athan Reines)02c09a3
- feat: addslice/ctor
(by Athan Reines)
A total of 1 person contributed to this release. Thank you to this contributor:
- Athan Reines