Releases: JuliaObjects/ConstructionBase.jl
Releases · JuliaObjects/ConstructionBase.jl
v1.4.1
ConstructionBase v1.4.1
Closed issues:
- ConstructionBaseFunctions.jl? (#44)
 - Clarification of fieldvalues, API and related packages (#53)
 - Actually use properties, not fields (#59)
 - Mulltiple test failures when using 
--compiled-modules=noCLI option (#64) 
Merged pull requests:
- implement and document getfields (#54) (@jw3126)
 - use properties, not fields (#60) (@aplavin)
 - Add allocation and inference tests (#61) (@jw3126)
 - add downstream CI (#62) (@aplavin)
 - less generated for NamedTupleConstructor (#63) (@jw3126)
 - allow manual trigger of documenter action (#65) (@jw3126)
 - probe ci (#66) (@jw3126)
 
v1.3.0
v1.2.1
ConstructionBase v1.2.1
Merged pull requests:
v1.2.0
ConstructionBase v1.2.0
Closed issues:
- Guidlines for writing constructorof constructors (#26)
 - 2FA enabled (#31)
 - Constructing anonymous functions (#32)
 - Constructors for common base types? (#34)
 - TagBot trigger issue (#39)
 - tag v1.1.0 (#42)
 
Merged pull requests:
- Install TagBot as a GitHub Action (#30) (@JuliaTagBot)
 - make empty setproperties a noop (#33) (@jw3126)
 - make empty setproperties less likely to produce ambiguities (#35) (@jw3126)
 - WIP add constructors for base array wrappers (#36) (@rafaqz)
 - add getproperties method (#37) (@rafaqz)
 - mention Accessors.jl in README.md (#38) (@jw3126)
 - move to github workflows (#41) (@rafaqz)
 - update TagBot script (#43) (@rafaqz)
 - Add constructorof for anonymous functions (#45) (@rafaqz)
 
v1.0.0
v0.1.0
v0.1.0 (2019-10-03)
Diff since 7c346a6fc1cd5f158d5705796539a31f868f3499
Closed issues:
- A bit more formal setproperties specification? (#11)
 - Do I have admin access? (#3)
 - Move Setfield.@settable here? (#2)
 
Merged pull requests:
- Tweak README.md (#20) (tkf)
 - Improve setproperties error message (#19) (jw3126)
 - Some tweaks in documentation (#18) (tkf)
 - Type-stable constructorof(::Type{<:NamedTuple})(args...) (#17) (tkf)
 - Define constructorof for Tuple and NamedTuple? (#16) (tkf)
 - Load docstrings from markdown files (#14) (tkf)
 - specify setproperties more precisely #11 (#12) (jw3126)
 - Restrict patch to NamedTuple (#10) (tkf)
 - Setup/fix doctests (#9) (tkf)
 - Support all active Julia 1.x (and test with them) (#8) (tkf)
 - improve README.md, fix authors (#5) (jw3126)
 - Fix Documenter setup (#4) (tkf)
 - Decide API for setproperties and constructorof (#1) (jw3126)