Releases: ada-iso/ada_iso
Releases · ada-iso/ada_iso
Version 2.0.0
Version 1.0.0
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 nowISO.Countries
- The object
ISO_3166_1
is nowCountry
- 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