Releases: jmert/BitFlags.jl
Releases · jmert/BitFlags.jl
v0.1.9
BitFlags v0.1.9
Diff since v0.1.8
Merged pull requests:
- Fix doc string tests in prep for Julia v1.11 release (#16) (@jmert)
- Update CI CodeCov usage (#17) (@jmert)
Closed issues:
- What should dynamic BitFlags look like? (#12)
v0.1.8
BitFlags v0.1.8
Diff since v0.1.7
Merged pull requests:
- Maintenance updates (#14) (@jmert)
- Add macro interface
@bitflagx
to scope definitions to a module (#15) (@jmert)
Closed issues:
v0.1.7
BitFlags v0.1.7
Diff since v0.1.6
Closed issues:
- Convert into a struct or named tuple (#7)
Merged pull requests:
- Report the key-value name mapping with a NamedTuple (#10) (@jmert)
- Test functionality of automatic conversion in ccall (#11) (@jmert)
v0.1.6
BitFlags v0.1.6
Diff since v0.1.5
Merged pull requests:
- Improve efficiency and speed of the macro expansion (#8) (@jmert)
- Make BitFlag values scalars in broadcasting (#9) (@jmert)
v0.1.1 — Minor feature release
- More method definitions are shared across the abstract base type rather than being defined for each concrete type; mimics some of the changes from JuliaLang/julia#30924.
- Enforces an ordering on the bit flag name map.
- The instance list will always be given in ascending order
- Pretty-printed values are shown in most-significant to least-significant bit order.
v0.1.0 — Initial release
Initial release of BitFlags.jl
.