Update flow
dependency.
Update dependencies, in particular, aeson v2.
Breaking changes:
Replaces usage of Data.HashMap.Strict
(unordered-containers package) with Data.Aeson.KeyMap
(aeson package) for the metadata, the API for both data structures is mostly the same.
Add CHANGELOG and README to the stack tarball.
Added missing test files to the stack tarball.
Adjusted version ranges for test dependencies.
- Update dependencies
- Add
Shikensu.Contrib.transformContent
as an alias forrenderContent
- Add
Shikensu.Contrib.setContent
- Windows support
- Use Stackage Nightly
- Fix package.yaml file (nothing was exported)
- Some light refactoring
- Types are now in an internal module and re-exported in the main Shikensu module
- Rename
(⚡)
and(⚡⚡)
to(~>)
and(!~>)
respectively
- Fix code in comment 🤦♂️
- Adjust
base
version range to fix cabal compile failures on older versions of GHC (pre 7.10)
- Added
listRelative
and it's flipped relative - Updated dependencies
- Fix order of the
list
function parameters
- Split up
Utilities
to internal and non-internal - Add more
Utilities
(sequence utils, metadata helpers, etc.) - Clean up code
- Fix
Contrib.prefixDirname
which didn't changepathToRoot
andparentPath
like it should
- Fix code samples in docs
- Initial release 🎉