Releases: NazaraEngine/NazaraUtils
Releases · NazaraEngine/NazaraUtils
v1.1.1 - FixedVector bugfix
What's Changed (v1.1.1)
- FixedVector: Fix movement when using a fallback (fallback container movement wasn't correctly done)
What's Changed (v1.1.0)
- MathUtils: Added FindLastBit function (implemented with bsr/clz)
- MathUtils: Added FloatType, SignedIntegerType, UnsignedIntegerType
- Signal: Removed indirection (and memory allocation) for single listener signals
- TypeList: Improved implementation of TypeListTransform
- TypeList: Implemented TypeListRemove
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #21
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #20
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- MathUtils: Added FindLastBit function (implemented with bsr/clz)
- MathUtils: Added FloatType, SignedIntegerType, UnsignedIntegerType
- Signal: Removed indirection (and memory allocation) for single listener signals
- TypeList: Improved implementation of TypeListTransform
- TypeList: Implemented TypeListRemove
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #21
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #20
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Initial stable release
New Contributors
- @NeDKaM made their first contribution in #1
- @dependabot made their first contribution in #2
- @SirLynix made their first contribution in #3
- @ArthurVasseur made their first contribution in #12
Full Changelog: https://github.com/NazaraEngine/NazaraUtils/commits/v1.0.0