Releases: go-go-golems/parka
Releases · go-go-golems/parka
v0.3.2
Changelog
- 05b174c 🚑 🎨 Make path joining in prefixFS a bit more robust
- 7472d4b 🚑 ✨ Support TemplateLookup config and default repositories
- 1ee7932 🚑 Fix query_test after the numerous parser API changes
- f1c4afa ⬆️ Bump glazed
- 14e2d7e 🎨 ⬆️ We do now load viper to get the list of default repositories
- d023bd1 🎨 Add Config.Initialize() method
- 91dcbeb 🎨 Add a top link to the BasePath to the data-tables template
- 373f6b9 🎨 Add option to set override layer defaults
- 78dd5ef 🎨 Refactor the parser functions to deal with a proper object
- 529d14d 🎨 Streamline handling of ContentType now that the glazed.OutputFormatter provides it
- 9040b56 📝 🎨 Tiny cleanup of comments and removal of unused functions
- bfd718e 📝 Remove ANSWERed TODO entries
- bf3735b 📝 Remove answered TODO entry
- 9a377b2 📝 Update ANSWER to a question about setting defaults in command-dir
- 9152a4c ✨ Add support for AdditionalData
- e3d9a28 ✨ Add support for defaults settings in config file for parka
- 8b1c298 ✨ Add support for explicit setting the default renderer options
- 6c79959 ✨ Add support for serving the default parka static files
- 48012c5 ✨ Add support to configure the default renderer
- 04b26b4 ✨ Handle Overrides and Defaults in CommandDir
- b0a8c38 ✨ Parse overrides and defaults and evaluate environment variables
- 1686d15 ✨ Support aliases and clean up NewParserCommandHandlerFunc a bit
- a47acdd 🚜 🎨 Start refactoring the parser API to be more legible
- 830e818 ☔ Add unit test for env expansion
- a406ed2 Merge pull request #57 from wesen/task/add-default-options-to-config-file
- 35ceea3 Merge pull request #64 from wesen/task/51/support-config-file-options
v0.3.1
Changelog
- 427320e 🚑 Fix lookup of template directories for absolute and relative paths
- 2b73e26 🚑 Fix lookup of template directories for absolute and relative paths
- d0445a5 🚑 Set status code 200 when a template is rendered
- b1a57f1 🎨 📝 Reorder comment for legibility
- fa998cd 🎨 Fix linting errors
- 2424de7 Merge pull request #54 from wesen/bug/sqleton-169/broken-content-dirs
v0.3.0
Changelog
- ca5ccfc 🚑 Fix rendering of datatables template
- ea36800 🚑 Fixing the code that was necessary for building sqleton
- 292cc37 🚑 Properly setup the template lookup for CommandDirectoryHandler
- dd2c656 ⬆️ Bump dependencies
- 57ce508 🎨 Add examples and more unit tests
- a94cf89 🎨 Add make rule to serve docs
- 36610b5 ✨ 🚜 Generalize handlers and move them over to parka
- 308571b ✨ Add static dist files
- ae5d3c0 ✨ Big pass to make templating work using a config file
- 7ebf926 ✨ Implement TemplateLookup interface to replace opaque lambda
- d81f78d ✨ Refactor to use datatables struct
- 3498684 🚜 Move files around for a slightly cleaner package structure
- a758eb4 ☔ 🎨 Add unit tests for templateLookup
- cfd9685 Merge pull request #53 from wesen/task/sqleton-160/add-server-config-file
v0.2.28
Changelog
- cf85ea4 🚑 Properly handle multiple (or no default) renderers
- 0cde9cc ⬆️ Bump glazed
- d6ccd4a 🎨 Add helper methods to more easily access the internal defaults of parka
- 9c8f56c 🎨 Make serveMarkdownTemplatePage public to use in sqleton serve
- 17f376c 🎨 Rename handler funcs to make their use and side effects a bit clearer
- cd72a4f ✨ Add Renderer to render templates from path
- 19b8cfc 🚜 Move StartFormatIntoChannel into glazed
- 91e23b8 Merge pull request #48 from wesen/task/sqleton-160/add-serve-config-file
v0.2.27
v0.2.26
Changelog
- e6c4635 🚑 Allow diverting to a nil writer when serving an output file
- b583a0c 🚑 Allow diverting to a nil writer when serving an output file
- 87699e7 🚑 Allow diverting to a nil writer when serving an output file
- 13618e9 🎨 🚑 Add unit test for handler_test and fix handler content type bug
- e9d8485 Merge pull request #45 from wesen/bug/sqleton-155/fix-excel-download