Skip to content

Releases: iwatakeshi/array

v1.0.0-alpha.3

03 Jan 18:04
1db2ebd

Choose a tag to compare

What's Changed

  • Update to C++23 and fix const iterator bug by @Copilot in #4
  • Remove CodeQL build artifacts from repository by @Copilot in #5

New Contributors

  • @Copilot made their first contribution in #4

Full Changelog: 1.0.0-alpha.2...1.0.0-alpha.3

v1.0.0-alpha.2

01 Oct 16:09
4f528a5

Choose a tag to compare

v1.0.0-alpha.2 Pre-release
Pre-release

Changes

  • Use fmt library for string formatting
  • Move to C++20
  • Refactor code base
  • Add tests using Catch2
  • Add make & cmake
  • Remove BUCK
  • Remove Buckaroo

Full Changelog: 1.0.0-alpha.1...1.0.0-alpha.2

v1.0.0-alpha.1

16 Mar 17:38

Choose a tag to compare

v1.0.0-alpha.1 Pre-release
Pre-release
Update

* Added const_iterator
* Added member function aliases

v1.0.0-alpha

04 Mar 18:26

Choose a tag to compare

v1.0.0-alpha Pre-release
Pre-release
Merge branch 'develop'