2019-08-05 15:49:12 +03:00
|
|
|
# Change Log for rib
|
|
|
|
|
2019-10-26 18:41:10 +03:00
|
|
|
## 0.4.0.0 (UNRELEASED)
|
2019-08-26 18:36:17 +03:00
|
|
|
|
2019-11-06 03:24:32 +03:00
|
|
|
- `Rib.Pandoc`: Export `render'` and `renderInlines'` (the non-Lucid versions)
|
|
|
|
- `Rib.Pandoc`: Re-export `Text.Pandoc.Readers` so the library user does not
|
|
|
|
have to directly depend on `pandoc` only to render its documents.
|
2019-10-26 18:41:10 +03:00
|
|
|
- `Rib.App`: The `run` funtion now takes two more arguments, specifying the input and output directory, which are no longer hardcoded.
|
2019-08-26 18:36:17 +03:00
|
|
|
- `Rib.Simple`: add LaTeX to default list of readers
|
|
|
|
|
2019-08-22 03:05:08 +03:00
|
|
|
## 0.3.0.0
|
2019-08-12 17:05:47 +03:00
|
|
|
|
|
|
|
- Rename `Rib.App.Watch` to `Rib.App.WatchAndGenerate`
|
|
|
|
|
2019-08-05 15:49:12 +03:00
|
|
|
## 0.2.0.0
|
|
|
|
|
|
|
|
- Initial release.
|
|
|
|
|