Release notes [skip ci]
This commit is contained in:
parent
de893ddc47
commit
8d7bb09a2b
2 changed files with 5 additions and 5 deletions
|
|
@ -4,8 +4,8 @@ For a list of breaking changes, check [here](#breaking-changes)
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
Thanks to [@cldwalker](https://github.com/cldwalker), [@dehli](https://github.com/dehli), [@djblue](https://github.com/djblue), [@GomoSDG](https://github.com/GomoSDG), [@grahamcarlyle](https://github.com/grahamcarlyle), @j-cr,
|
Thanks to [@cldwalker](https://github.com/cldwalker), [@dehli](https://github.com/dehli), [@djblue](https://github.com/djblue), [@GomoSDG](https://github.com/GomoSDG), [@grahamcarlyle](https://github.com/grahamcarlyle), [@j-cr](https://github.com/j-cr),
|
||||||
[@jeroenvandijk](https://github.com/jeroenvandijk), [@justone](https://github.com/justone), [@kwrooijen](https://github.com/kwrooijen), [@lread](https://github.com/lread), @patrick-galvin and [@wodin](https://github.com/wodin) for
|
[@jeroenvandijk](https://github.com/jeroenvandijk), [@justone](https://github.com/justone), [@kwrooijen](https://github.com/kwrooijen), [@lread](https://github.com/lread), [@patrick-galvin](https://github.com/patrick-galvin) and [@wodin](https://github.com/wodin) for
|
||||||
contributing to this release.
|
contributing to this release.
|
||||||
|
|
||||||
### New
|
### New
|
||||||
|
|
@ -17,7 +17,7 @@ contributing to this release.
|
||||||
- Expose more transit vars [#525](https://github.com/borkdude/babashka/issues/525) ([@djblue](https://github.com/djblue))
|
- Expose more transit vars [#525](https://github.com/borkdude/babashka/issues/525) ([@djblue](https://github.com/djblue))
|
||||||
- Add support for `clojure.datafy`, `Datafiable` and `Navigable` [#468](https://github.com/borkdude/babashka/issues/468)
|
- Add support for `clojure.datafy`, `Datafiable` and `Navigable` [#468](https://github.com/borkdude/babashka/issues/468)
|
||||||
- Add support for building and running uberjars [#536](https://github.com/borkdude/babashka/issues/536). See [docs](https://github.com/borkdude/babashka#uberjar).
|
- Add support for building and running uberjars [#536](https://github.com/borkdude/babashka/issues/536). See [docs](https://github.com/borkdude/babashka#uberjar).
|
||||||
- Print context, locals and stack trace on exception [#543](https://github.com/borkdude/babashka/issues/543)
|
- Print context, locals and stack trace on exception [#543](https://github.com/borkdude/babashka/issues/543).
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
@ -31,7 +31,7 @@ contributing to this release.
|
||||||
- Fix `false` dynamic binding value (which was read as `nil`) [borkdude/sci#379](https://github.com/borkdude/sci/issues/379)
|
- Fix `false` dynamic binding value (which was read as `nil`) [borkdude/sci#379](https://github.com/borkdude/sci/issues/379)
|
||||||
- Fix setting of `*warn-on-reflection*` in nREPL session [babashka/babashka.nrepl#25](https://github.com/babashka/babashka.nrepl/issues/25)
|
- Fix setting of `*warn-on-reflection*` in nREPL session [babashka/babashka.nrepl#25](https://github.com/babashka/babashka.nrepl/issues/25)
|
||||||
- Fix order of namespaces in uberscript [#535](https://github.com/borkdude/babashka/issues/535)
|
- Fix order of namespaces in uberscript [#535](https://github.com/borkdude/babashka/issues/535)
|
||||||
- Fix protocols with multiple methods on defrecords [borkdude/sci#367](https://github.com/borkdude/sci/issues/367) (@patrick-galvin)
|
- Fix protocols with multiple methods on defrecords [borkdude/sci#367](https://github.com/borkdude/sci/issues/367) ([@patrick-galvin](https://github.com/patrick-galvin))
|
||||||
|
|
||||||
## v0.1.3 (2020-06-27)
|
## v0.1.3 (2020-06-27)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
(format " [babashka/babashka.nrepl#%s](https://github.com/babashka/babashka.nrepl/issues/%s)%s"
|
(format " [babashka/babashka.nrepl#%s](https://github.com/babashka/babashka.nrepl/issues/%s)%s"
|
||||||
issue issue (str after))))
|
issue issue (str after))))
|
||||||
replaced (str/replace replaced
|
replaced (str/replace replaced
|
||||||
#"@(\w+)([, .\)])"
|
#"@([a-zA-Z0-9-_]+)([, \.)])"
|
||||||
(fn [[_ name after]]
|
(fn [[_ name after]]
|
||||||
(format "[@%s](https://github.com/%s)%s"
|
(format "[@%s](https://github.com/%s)%s"
|
||||||
name name after)))]
|
name name after)))]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue