Skip to content

Releases: jw3126/Setfield.jl

v0.6.0

13 Jan 12:47
v0.6.0
Compare
Choose a tag to compare

v0.6.0 (2020-01-13)

Diff since v0.5.4

Closed issues:

Merged pull requests:

v0.5.4

17 Dec 09:07
v0.5.4
fa0b6aa
Compare
Choose a tag to compare

v0.5.4 (2019-12-17)

Diff since v0.5.3

Closed issues:

  • Remove type piracy for Base.show (#113)

Merged pull requests:

  • Remove show(::IO, ::Type{<:FunctionLens{S}}) (revert #99) (#114) (tkf)
  • Bump to 0.5.3 (#112) (tkf)

v0.5.3

12 Dec 09:55
v0.5.3
Compare
Choose a tag to compare

v0.5.3 (2019-12-12)

Diff since v0.5.2

Merged pull requests:

v0.5.2

16 Nov 06:48
v0.5.2
f6544c6
Compare
Choose a tag to compare

v0.5.2 (2019-11-16)

Diff since v0.5.1

Closed issues:

  • Release v0.5.1 (#101)

Merged pull requests:

v0.5.1

07 Nov 05:19
v0.5.1
Compare
Choose a tag to compare

v0.5.1 (2019-11-05)

Diff since v0.5.0

Closed issues:

  • Release v0.5.0 (#93)
  • Implement show for typeof(@lens myfunction(_)) (#85)
  • Confusing error from @lens _.[:a] (#83)
  • constructor_of() (#68)

Merged pull requests:

v0.5.0

10 Oct 19:18
v0.5.0
Compare
Choose a tag to compare

v0.5.0 (2019-10-09)

Diff since v0.4.0

Closed issues:

  • Setting properties (#90)
  • How to operate on vectors? (#82)
  • Supporting @lens _[end] etc? (#15)

Merged pull requests:

  • use ConstructionBase (#91) (jw3126)
  • Support indexing involving end (#89) (tkf)
  • Fix text/plain show to avoid StackOverflowError (#88) (tkf)
  • Bump to 0.4.1 (#87) (tkf)
  • Dispatch to text/plain show if defined in downstreams (#86) (tkf)

v0.4.0

17 Sep 07:14
v0.4.0
Compare
Choose a tag to compare

v0.4.0 (2019-09-16)

Diff since v0.3.4

Closed issues:

  • set many fields at once (#80)
  • @set doesn't change the field (#76)

Merged pull requests:

  • Add compat information (#81) (tkf)
  • Bump to 0.4.0 (#79) (tkf)
  • RFC: Function as a Lens (#77) (tkf)
  • Fix link in the README (#72) (Losses)
  • Fix links to docs in README (#70) (tkf)
  • Use only public APIs in constructor_of (#69) (tkf)
  • Fix show for IndexLens (#66) (tkf)

v0.3.4

31 Mar 20:02
4aacaf1
Compare
Choose a tag to compare
export setproperties (#63)

v0.3.3: Add ConstIndexLens for type-stable indexing of tuples (#60)

01 Feb 02:22
@tkf tkf
Compare
Choose a tag to compare
* Add ConstIndexLens for type-stable indexing of tuples

* Fix spaceship doctest in intro.md for Julia 1.2

* Test ConstIndexLens with at-set macro

* Include sweeper example in test

v0.3.2

12 Dec 23:05
da6a00d
Compare
Choose a tag to compare
add @set! (#58)