Skip to content

Releases: ada-iso/ada_iso

Version 2.0.0

16 May 00:57
Compare
Choose a tag to compare

The latest release now has fully Currency Code support, significantly better documentation, and better unit tests. Please refer to the readme and API for more information.

Version 1.0.0

05 May 19:54
Compare
Choose a tag to compare

After some back and forth with the ada Community and some drastic reworking, the first release of the Ada ISO Library is ready!

The big changes since the initial pre-release are:

  • It is now in Alire
  • The package ISO_3166 is now ISO.Countries
  • The object ISO_3166_1 is now Country
  • The record is now a public tagged type with an index key as the only variable
  • The other variables are now member functions
  • Ada vector has been changed to an array
  • Nothing is allocated on the stack anymore by default (no more constants in the header)
  • All of the code has been much better documented