File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Transducers
22
3- ### Unreleased
3+ ### 1.3.0 (2024-11-02)
44
55#### Added
66
77- lib: The ` median ` reducer.
8- - lib: The ` reduced ` source to iterate from the end of a vector.
8+ - lib: The ` reversed ` source to iterate from the end of a vector.
99
1010#### Changed
1111
Original file line number Diff line number Diff line change 11(defsystem " transducers"
2- :version " 1.2 .0"
2+ :version " 1.3 .0"
33 :author " Colin Woodbury <[email protected] >" 44 :license " MPL-2.0"
55 :depends-on ()
3131 :perform (test-op (op c) (symbol-call :parachute :test :transducers/tests )))
3232
3333(defsystem " transducers/jzon"
34- :version " 1.2 .0"
34+ :version " 1.3 .0"
3535 :author " Colin Woodbury <[email protected] >" 3636 :license " MPL-2.0"
3737 :depends-on (:transducers :com.inuoe.jzon :trivia )
4141 :description " JSON extension for Transducers." )
4242
4343(defsystem " transducers/fset"
44- :version " 1.2 .0"
44+ :version " 1.3 .0"
4545 :author " Colin Woodbury <[email protected] >" 4646 :license " MPL-2.0"
4747 :depends-on (:transducers :fset )
You can’t perform that action at this time.
0 commit comments