Releases: StoneCypher/circular_buffer_js
v1.8.2: Merge pull request #54 from StoneCypher/AddOffsetAndPos
Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Unreleased
- Add release process. Re-achieve 100% double-coverage
bb822c2
v1.8.0
26 February 2022
- Add offset and pos
#54 - stoch test in for .offset, fixes #52 .offset implemented, fixes #53 .offset tested
#52#53 - stoch test in for .pos, fixes #50 .pos implemented, fixes #51 .pos tested
#50#51 - Add tests for set .capacity, fixes #49
#49 - draft implementations
0dd5d0f - unit tests
3d2637f - SetLength test was wrong: it asserted that length matched what was set, which isn't true when setting a higher size
60c7819 - SetLength is either a broken test or has found a bug
172d926
v1.7.1
29 July 2021
- improve docblock
37706f8
v1.7.0
26 July 2021
v1.6.0
26 July 2021
- indexOf/1-2
d27166b
v1.5.2
26 July 2021
- better find test
facf650
v1.5.1
26 July 2021
- readme mistake about find
5acae2b
v1.5.0
26 July 2021
- find/1-2, fixes #15
#15 - some/1, fixes #46
#46 - Close a fairly gross line-left-behind bug causing unexpected reversals
c18c0e2
v1.3.0
25 July 2021
v1.2.0
25 July 2021
- reverse/0
765c58b
v1.1.0
25 July 2021
v1.0.1
19 July 2021
- Fix badges
7e19481
v1.0.0
19 July 2021
- Declare 1.0.0
4c2c630
v0.25.0
19 July 2021
v0.24.1
19 July 2021
- we do need a few steenking badges
6f3cbe0
v0.24.0
19 July 2021
v0.23.1
19 July 2021
- lcov path
ea41e13
v0.23.0
19 July 2021
v0.22.0
19 July 2021
v0.21.3
19 July 2021
- Write the changelog to disk
2d035c2 - Okay changelogs are semi-automated now
1e54733 - Okay, NPM standard doesn't work here
1ad912b
v0.21.2
19 July 2021
v0.21.1
19 July 2021
- Setting up a changelog tagging toolchain
456e34f
v0.20.1
19 July 2021
v0.19.0
19 July 2021
v0.18.1
19 July 2021
v0.18.0
19 July 2021
- implements .first and .last, fixes #40
#40 - narrow the example code so comments fit on npm
f0f2eb8 - change the api in the readme
810babe - and the api
83e8edb
v0.17.0
19 July 2021
- .npmignore to reduce the package, improve test labels
464bf40 - changes methods to getters, camelcases booleans to disambiguate
c44cdb4
v0.16.0
19 July 2021
- implements clear/0
#38 - readme improvements [
a6b608d](https:...
v1.8.1: Merge pull request #54 from StoneCypher/AddOffsetAndPos
Changelog
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Unreleased
v1.8.0
26 February 2022
- Add offset and pos
#54 - stoch test in for .offset, fixes #52 .offset implemented, fixes #53 .offset tested
#52#53 - stoch test in for .pos, fixes #50 .pos implemented, fixes #51 .pos tested
#50#51 - Add tests for set .capacity, fixes #49
#49 - draft implementations
0dd5d0f - unit tests
3d2637f - SetLength test was wrong: it asserted that length matched what was set, which isn't true when setting a higher size
60c7819 - SetLength is either a broken test or has found a bug
172d926
v1.7.1
29 July 2021
- improve docblock
37706f8
v1.7.0
26 July 2021
v1.6.0
26 July 2021
- indexOf/1-2
d27166b
v1.5.2
26 July 2021
- better find test
facf650
v1.5.1
26 July 2021
- readme mistake about find
5acae2b
v1.5.0
26 July 2021
- find/1-2, fixes #15
#15 - some/1, fixes #46
#46 - Close a fairly gross line-left-behind bug causing unexpected reversals
c18c0e2
v1.3.0
25 July 2021
v1.2.0
25 July 2021
- reverse/0
765c58b
v1.1.0
25 July 2021
v1.0.1
19 July 2021
- Fix badges
7e19481
v1.0.0
19 July 2021
- Declare 1.0.0
4c2c630
v0.25.0
19 July 2021
v0.24.1
19 July 2021
- we do need a few steenking badges
6f3cbe0
v0.24.0
19 July 2021
v0.23.1
19 July 2021
- lcov path
ea41e13
v0.23.0
19 July 2021
v0.22.0
19 July 2021
v0.21.3
19 July 2021
- Write the changelog to disk
2d035c2 - Okay changelogs are semi-automated now
1e54733 - Okay, NPM standard doesn't work here
1ad912b
v0.21.2
19 July 2021
v0.21.1
19 July 2021
- Setting up a changelog tagging toolchain
456e34f
v0.20.1
19 July 2021
v0.19.0
19 July 2021
v0.18.1
19 July 2021
v0.18.0
19 July 2021
- implements .first and .last, fixes #40
#40 - narrow the example code so comments fit on npm
f0f2eb8 - change the api in the readme
810babe - and the api
83e8edb
v0.17.0
19 July 2021
- .npmignore to reduce the package, improve test labels
464bf40 - changes methods to getters, camelcases booleans to disambiguate
c44cdb4
v0.16.0
19 July 2021
[v0.15.15](https://github.com/StoneCypher/circular_buffer_js/compare/...
v1.8.0
Merge pull request #54 from StoneCypher/AddOffsetAndPos Add offset and pos