Skip to content

Releases: mfikes/cljs-bean

1.0.0

20 Jun 20:49
00212c4
Compare
Choose a tag to compare

Changed

  • Inline -lookup calls (#27)

0.6.0

18 Jun 23:48
d758ea5
Compare
Choose a tag to compare
  • TransientBean should be private (#17)
  • meta not preserved with assoc, dissoc, conj (#20)
  • Need to protect against objects with fqn field (#22)

0.5.0

15 Jun 15:12
7f97634
Compare
Choose a tag to compare

Added

  • Support for count (#12)

Changed

  • Ship with copies of private fns (#15)

0.4.0

13 Jun 16:57
03ddff1
Compare
Choose a tag to compare

Added

  • bean? and object (#10)

0.3.0

11 Jun 19:26
c4748ed
Compare
Choose a tag to compare

Changed

  • Ability to control how keys are mapped
  • Make the Bean deftype be private
  • Faster 3-arity reduce by delegating to reduce-kv
  • Faster seq when not consuming all

0.2.0

10 Jun 16:44
f77c547
Compare
Choose a tag to compare

Changed

  • Revise project name to “CLJS Bean” (#1)
  • Faster reduce-kv (#2)

0.1.0

09 Jun 13:44
42e82b0
Compare
Choose a tag to compare

Added

  • Initial release.