Revision history for Array-Sparse
0.0.11 2024-07-21T13:14:14+02:00
- Up dependency on Array::Agnostic
- Modernize rakudoc
- Add separate CI badges for each OS supported
- Add sponsor button
0.0.10 2024-04-28T12:37:14+02:00
- Up dependency on Array::Agnostic
- Update copyright year
0.0.9 2023-12-21T11:39:14+01:00
- Up dependency on Array::Agnostic
- Use .rakutest extension for tests
- Add sponsor link
- Update copyright year
0.0.8 2021-09-10T10:38:21+02:00
- Change file extension to .rakumod
- Migrate to zef ecosystem
- Update email address
0.0.7 2021-04-26T19:01:31+02:00
- Fix bug in determination of end, raydiak++
- Fix deprecation warning in tests, raydiak++
0.0.6 2021-01-30T13:25:42+01:00
- Bump dependency on Array::Agnostic
- Make sure provided methods only take instances
- Update copyright year
0.0.5 2020-12-11T15:10:37+01:00
- Up dependency of Array::Agnostic to 0.0.8
- Update copyright year
- Raise Raku version to highest possible
0.0.4 2018-09-18T12:15:43+02:00
- Iterating methods, such as keys / values, now always skip holes
0.0.3 2018-09-17T14:16:37+02:00
- Made Array::Sparse to allow more composition down the line
- Implemented our own "move-indexes-up/down" for performance
0.0.2 2018-09-17T12:32:28+02:00
- Fixed problem with AT-POS vivifying
- Cat-licensed tests from Array::Agnostic
0.0.1 2018-09-16T00:40:20+02:00
- Initial version