Skip to content

Releases: JuliaObjects/ConstructionBase.jl

v1.3.0

20 Jun 07:07
Compare
Choose a tag to compare

ConstructionBase v1.3.0

Diff since v1.2.1

Closed issues:

  • getproperties on Tuples? (#49)

Merged pull requests:

v1.2.1

08 May 02:43
f7e276c
Compare
Choose a tag to compare

ConstructionBase v1.2.1

Diff since v1.2.0

Merged pull requests:

  • check gensym name to avoid new on user defined Function objects (#46) (@rafaqz)

v1.2.0

07 May 03:15
fc4cf97
Compare
Choose a tag to compare

ConstructionBase v1.2.0

Diff since v1.0.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:

v1.0.0

13 Nov 01:48
v1.0.0
2bb8db0
Compare
Choose a tag to compare

v1.0.0 (2019-11-12)

Diff since v0.1.0

Closed issues:

  • Automatically generate constructorof/basetypeof for more types (#27)
  • Stable doc is not deployed (#24)
  • Tag a release (#13)
  • reconstruct(::Type, args...) vs constructorof(::Type)(args...) (#7)

Merged pull requests:

  • bump version to 1.0 (#28) (rafaqz)
  • Add a section "Tips for designing types" (#23) (tkf)

v0.1.0

08 Oct 15:44
v0.1.0
23937e9
Compare
Choose a tag to compare

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)