Skip to content

Releases: alexeyraspopov/selectre

selectre v0.4.0

29 Dec 20:23
Compare
Choose a tag to compare
  • Breaking: remove output helper as it appeared to be inefficient (9296259)

selectre v0.3.0

02 Dec 13:51
Compare
Choose a tag to compare
  • Add output helper to selector accessor to make it easier to compose selectors (8b54375)
  • Reduce the size of selector functions (ca6f3e0)

selectre v0.2.0

01 Dec 03:40
Compare
Choose a tag to compare
  • Improve selector inputs computation by using faster function apply approach (71e0c74)
  • If selector only picks a single value without transformation, avoid redundancy (aac51c1)
  • Expose cacheKey() option for generating cache key of selector's parameters (830818a)

selectre v0.1.1

29 Nov 16:20
Compare
Choose a tag to compare
  • Removed the use of Logical OR Assignment due to poor browser support (05d194d)
  • Used function declaration for selector instance to preserve the name (ac1821f)

selectre v0.1.0

29 Nov 16:04
Compare
Choose a tag to compare
  • Initial public version