Releases: planck-repl/planck
Releases · planck-repl/planck
2.28.0
2.27.0
2.26.0
Changed
- Update to ClojureScript 1.10.914 (#1028)
- Update to
test.check1.1.1 (#1062) - Update to
transit-cljs0.8.269 (#1066) - Update to Fipp 0.6.24 (#1064)
- Indicate
core.rrb-vectorships with Planck (#1067) - Qualify lib names (#1043)
- Use
-Mwithclojure.main(#1044) - Switch to GitHub for CI
- Update internal
cljs-beancode (#1065)
Fixed
2.25.0
Added
- Ability to specify prefix and suffix for temp files (#1005)
- Implement
console.time*functionality (#997)
Changed
- Update to ClojureScript 1.10.597
- Ship with
com.cognitect/transit-jssupporting meta serialization functionality (#1009) - Remove unneeded
planck.replrequire inplanck.ioandplanck.http(#1007)
Fixed
2.24.0
Added
- Native temp file and dir facilities (#934)
- Ability to open i/o streams on URI and JAR resources (#947)
- Allow http post of binary info (#980)
Changed
io/readeron http follow redirects by default (#937)- Update dependencies (#940, #941, #942)
- Use
paredit.jsfor indentation (#973) - Improve perf of
io/file-attributesusing CLJS Bean (#969) - Optimize
planck.io/copyfor input stream to writer case - Promote
planck.socket.alphatoplanck.socket(#956) - Syntax-highlight
#instand#uuid(#975) - Use CLJS Bean to convert output of http (#988)
- Avoid
js->cljwhen forming sh results (#992) - Just use
seqto convert command line args (#990) - Avoid
js->clj/clj->jsin highlight coordinates calculation (#994)
Deprecated
- Deprecate
planck.socket.alphanamespace (#956)
Removed
- Remove deprecated
io/read-line,io/slurp,io/spit(#963)
Fixed
2.23.0
2.22.0
Added
- Add
planck.core/with-in-str(#873) - Document
planck.io/resource(#487) - Support
ns-aliasesandns-refers(#505) - Add almost all of the Google Closure Library (#496)
- Bundle official distribution of Google Closure Library
- Add caching of optimisation files
Changed
- Update to Google Closure Library v20190301
- Update to Google Closure Compiler v20190301
Fixed
- Execution error instead of syntax for
08(#857) - Support interning quoted data structues (#508)
- Fix error messages in
planck.io(#582) - Bad import taints analysis metadata (#888)
- Long form needed with plk for optimizations / checked arrays (#750)
- Crash when defining single segment ns (#588)
- Handle interruptions while nanosleeping (#909)
2.21.0
Added
- Add
planck.io/exists?,planck.io/hidden-file?,planck.io/regular-file?,planck.io/symbolic-link?(#863) - Add
planck.io/path-elements,planck.io/file-name
Changed
- Update to ClojureScript 1.10.520
Fixed
2.20.0
Added
- Option to have
planck.httpfollow redirects (#842) - Add
requiring-resolve(#835) - Support setting user agent in
planck.http(#838) - Bundle new datafy namespace (#851)
- Support for improvements to exception messages and printing in ClojureScript 1.10.516 (#845)
Changed
- Update to ClojureScript 1.10.516
- Update to Fipp 0.6.14
- Syntax-highlight and shorten qualified keywords in default spec explain printer (#848)