Skip to content

Releases: retrogradeorbit/bootleg

Version 0.1.9

27 May 14:55
Compare
Choose a tag to compare

Added

  • Support for deferred pod namespace loading in babashka (requires bb >= 0.0.99) - #65

Version 0.1.8

24 May 13:04
Compare
Choose a tag to compare

Fixed

  • YAML upgrade to SnakeYAML 2.0 #46
  • Build failed when trying build with graalvm-ce-java11-19.3.0 #47
  • Can we have the ns/require code from spire in bootleg? #58
  • Running from file in same directory requires leading ./#61
  • Generating XML preserving the tag name case #62
  • Fix reflection error preventing XML roundtrip #63

Added

  • add babashka pod support #60

Version 0.1.7

31 Jan 06:44
Compare
Choose a tag to compare

Fixed

  • fixed broken selmer page inheritance tags - #49
  • cull empty {} from hiccup conversions - #50
  • missing warning on lost form when html is converted to hiccup - #53

Added

  • added environment variables and command line argument support - #42
  • added support for reading from standard in - #44
  • added missing :data flag to yaml, json and edn functions - #45
  • introducing xml support - #50
  • added java.time classes to those available - #51

v0.1.6-1

04 Dec 13:49
Compare
Choose a tag to compare

Hotfix release,

[0.1.6-1] - 2019-12-04

Fixed

  • fix broken -o command line option - #40
  • fix spit function error

Version 0.1.6

04 Dec 01:25
Compare
Choose a tag to compare

Fixed

  • nice print edamame exceptions - #30
  • tags in loaded markup munged - #31
  • fix slurp to return string not input stream - #34
  • fix hiccup-seq containing nil causes NPE on conversion - #37

Changed

  • clojure.core namespace integration for babashka/sci#130 - #23
  • path capture to use thread local - #24 #28
  • improve documentation around hiccup and hiccup-seq - #35 #36
  • upgraded to latest sci and edamame to fix some reader issues

Added

  • more enlive documentation in readme - #25
  • support for reagent :style hashmaps - #32
  • docs on building binary - #33

Version 0.1.5

09 Nov 03:24
Compare
Choose a tag to compare

Fixed

File Not Found error when yaml file missing - #17
Github actions - #22
Friendly error reporting - #8

Added

MacOS build - #14
Windows build - #15
Selmer template support - #16
Enlive macros - #13
Autocoerce Enlive transforms - #9
File globbing - #18
Print warning on data coercion loss - #11
Coloured output
string parsing with edamame
symlink and directory making
many unit tests

v0.1.5-alpha.1

25 Oct 16:47
Compare
Choose a tag to compare
v0.1.5-alpha.1 Pre-release
Pre-release

Test build of macos and windows binaries.

Version 0.1.4

24 Oct 15:40
Compare
Choose a tag to compare

[0.1.4] - 2019-10-24

Fixed

  • Fixed more data conversion errors - #2

Version 0.1.3

24 Oct 08:23
Compare
Choose a tag to compare

[0.1.3] - 2019-10-24

Changed

  • Add type conversion test suite

Version 0.1.2

23 Oct 08:45
Compare
Choose a tag to compare

[0.1.2] - 2019-10-23

Changed

  • Add clojure.walk namespace to sci environment

Fixed

  • Fixed enlive/hickory :type encoding incompatibility - #2 #4