All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2023-08-24
- add features:
alloc
,no-std
,safest
,unsafe
,unsafest
,nightly_docs
. - add
devela
dependency. - add
all
root module. - add changelog.
- remove
safe
from the default features.
- remove direct
paste
dependency. - update warnings allowances.
- update
glam
dependency.
- make it compile without the standard library
(although it doesn't yet support no-std because of
glam
). - update readme and licenses.
- add missing headers.
0.1.1 - 2023-03-03
- add new SI unit prefixes: Ronna (10e27), Quetta (10e30), ronto (10e-27), quecto (10e-30).
- misc project cleanup, updates and fixes.
0.1.0 - 2021-12-14
First release