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.check
1.1.1 (#1062) - Update to
transit-cljs
0.8.269 (#1066) - Update to Fipp 0.6.24 (#1064)
- Indicate
core.rrb-vector
ships with Planck (#1067) - Qualify lib names (#1043)
- Use
-M
withclojure.main
(#1044) - Switch to GitHub for CI
- Update internal
cljs-bean
code (#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-js
supporting meta serialization functionality (#1009) - Remove unneeded
planck.repl
require inplanck.io
andplanck.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/reader
on http follow redirects by default (#937)- Update dependencies (#940, #941, #942)
- Use
paredit.js
for indentation (#973) - Improve perf of
io/file-attributes
using CLJS Bean (#969) - Optimize
planck.io/copy
for input stream to writer case - Promote
planck.socket.alpha
toplanck.socket
(#956) - Syntax-highlight
#inst
and#uuid
(#975) - Use CLJS Bean to convert output of http (#988)
- Avoid
js->clj
when forming sh results (#992) - Just use
seq
to convert command line args (#990) - Avoid
js->clj
/clj->js
in highlight coordinates calculation (#994)
Deprecated
- Deprecate
planck.socket.alpha
namespace (#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-aliases
andns-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.http
follow 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)