Skip to content

Releases: jmert/BitFlags.jl

v0.1.9

19 Jun 18:04
Compare
Choose a tag to compare

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

13 Nov 02:40
Compare
Choose a tag to compare

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:

  • Scoped Names (#13)

v0.1.7

19 Nov 17:16
Compare
Choose a tag to compare

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

10 Nov 16:45
Compare
Choose a tag to compare

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.5

21 May 15:40
Compare
Choose a tag to compare

BitFlags v0.1.5

Diff since v0.1.4

Merged pull requests:

v0.1.4

01 Oct 00:40
Compare
Choose a tag to compare

BitFlags v0.1.4

Diff since v0.1.3

Merged pull requests:

  • Switch to GitHub Actions CI (#2) (@jmert)
  • Improve pretty-printing to support invalid bitflags (#3) (@jmert)

v0.1.3

10 Sep 14:47
Compare
Choose a tag to compare

BitFlags v0.1.3

Diff since v0.1.2

v0.1.2

18 Apr 00:10
Compare
Choose a tag to compare

BitFlags v0.1.2

Diff since v0.1.1

Closed issues:

  • Error tagging new release (#1)

v0.1.1 — Minor feature release

11 Mar 21:30
Compare
Choose a tag to compare
  • 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

09 Sep 22:53
Compare
Choose a tag to compare

Initial release of BitFlags.jl.