Sourced from array-init-cursor's changelog.
Changelog
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.
[Unreleased]
Added
Fixed
Removed
[1.1.1] - 2025-03-02
Added
Fixed
- [Rust]: Fix the alignment of structs in unions #289
Removed
[1.1.0] - 2025-03-02
Added
- Bump the Minimum Support Rust Version (MSRV) to 1.75.0
- The
Primitive
andVectorWrite
traits are now marked as unsafe to remind implementers of alignment constraints- [Rust]: Add support for union vectors #287
- Add support for displaying union vectors with
planus view
#287Fixed
- Added extra unsafe blocks to templates to fix warnings for the 2024 edition
- Updated tests for the 2024 edition
Removed
[1.0.0] - 2024-09-29
Added
- [Rust]: Added
#[allow(dead_code)]
to the root of the generated rust code #204- Added the option
ignore_docstring_errors
to the app. #216- Get rid of dependency on
atty
and bump the Minimum Support Rust Version (MSRV) to 1.70.0. #220- [Rust]: Allow default implementations to be generated for tables that have fields with (required) vectors, strings, integers and bools. #243
... (truncated)
be6f99a
Add a soundness fix for array-init-cursor (#294)1cf18d1
Release 1.1.1 (#290)e1928da
Fix alignment of large structs in unions (#289)060ffc7
Release version 1.1.0 (#288)d96b907
Implement union vectors (#287)08d8c01
Small fixes (#286)b8129d7
Mark Primitive
and VectorWrite
as unsafe (#280)b5d9d81
Update the test suite (#283)4f04f66
Add extra unsafe blocks as required by 2024 edition (#282)44ffb38
New rust version, new clippy issues to fix