Skip to content

Tags: Roger-luo/Moshi.jl

Tags

v0.3.7

Toggle v0.3.7's commit message
[Diff since v0.3.6](v0.3.6...v0.3.7)

**Merged pull requests:**
- feat: add the ability to create mutable ADTs (#51) (@AayushSabharwal)

v0.3.6

Toggle v0.3.6's commit message
[Diff since v0.3.5](v0.3.5...v0.3.6)

**Merged pull requests:**
- Fix a few typos (#37) (@visr)
- Qualify ADT in match example (#38) (@visr)
- Docs: Fix broken internal links (#40) (@visr)
- fix: fix named `getproperty` on parametric ADTs (#50) (@AayushSabharwal)

**Closed issues:**
- Broken link in docs (#35)
- Missing `@kwdef` support for default values (#39)
- Matching Moshi ADTs with MLStyle (#41)
- Shortened repr (#42)
- `getproperty` error with parametric ADT (#44)
- Export all constructors (#47)
- ADT with multiple parametric types do not allow to construct members that do not use all parametric types (#49)

v0.3.5

Toggle v0.3.5's commit message
[Diff since v0.3.4](v0.3.4...v0.3.5)

**Merged pull requests:**
- adt baremodule error replaced with $Base.error (#31) (@jrbp)

**Closed issues:**
- Clarify subtyping (#27)
- Broken error message (#30)

v0.3.4

Toggle v0.3.4's commit message
[Diff since v0.3.3](v0.3.3...v0.3.4)

**Merged pull requests:**
- run JuliaFormatter (#9) (@Roger-luo)
- rename Type -> typeof(module) (#19) (@Roger-luo)
- Change name of package in comparison (#23) (@Tortar)
- update benchmark figures (#24) (@Tortar)
- Fix docs building (#25) (@Tortar)
- Fix subtyping of ADT (#28) (@nandoconde)

**Closed issues:**
- Publish important macros from `Moshi` (#12)
- Remove `adt.Type` and `adt.Variant` (#13)
- Define `propertynames(adt)` (#14)
- Bind `Type` to a more informative name (#17)
- Update benchmarks (#20)
- Text representation of data types? (#21)

v0.3.3

Toggle v0.3.3's commit message
## Moshi v0.3.3

[Diff since v0.3.2](v0.3.2...v0.3.3)

v0.3.2

Toggle v0.3.2's commit message
## Moshi v0.3.2

[Diff since v0.3.1](v0.3.1...v0.3.2)


**Merged pull requests:**
- update benchmark to align type signature and initialization (#7) (@Roger-luo)

**Closed issues:**
- Doc link broken (#3)

v0.3.1

Toggle v0.3.1's commit message
## Moshi v0.3.1

[Diff since v0.3.0](v0.3.0...v0.3.1)


**Merged pull requests:**
- Main (#5) (@brianguenter)

**Closed issues:**
- link in documentation gives a 404 page not found (#2)
- Issue Title Correct spelling error (#4)

v0.3.0

Toggle v0.3.0's commit message
## Moshi v0.3.0

[Diff since v0.2.0](v0.2.0...v0.3.0)

v0.2.0

Toggle v0.2.0's commit message
## Moshi v0.2.0

[Diff since v0.1.0](v0.1.0...v0.2.0)

v0.1.0

Toggle v0.1.0's commit message
initial release