All Versions
76
Latest Version
Avg Release Cycle
21 days
Latest Release
1789 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v0.1.5.4 Changes
- Version bump
- Add note on
--number-sections
and LaTeX - section cref prefix
-
v0.1.5.3 Changes
- Version bump
- Don't use TemplateHaskell
- Fix div-wrapped table captions
- Simplify TH code
- ✅ Fix native test
- Section reference labels
- [Travis] Try master branch cache on fail
-
v0.1.5.2 Changes
- 🚀 Prepare v0.1.5.2 release
- 📚 Documentation and public interface cleanup
- Travis haskell template with homebrew cache
-
v0.1.5.1 Changes
- 🚀 Prepare v0.1.5.1 release
- ✅ Return Data.Monoid import to test-suite
-
v0.1.5.0 Changes
- 🔀 Merge branch 'master' of github.com:lierdakil/pandoc-crossref
- 🚀 Prepare 0.1.5.0 release
- Cleanup
- SettingsGen accepts ToMetaValue arguments
- TH Setting generators
- 🚚 Move most code to library
- 🔀 Merge pull request #34 from infotroph/infotroph-patch-1
- Fix typo: fixPrefix->figPrefix
- 🔀 Merge pull request #32 from bmesuere/master
- 🚚 move section labels outside of code block section
-
v0.1.4.0 Changes
- Version bump
- 👍 Div-wrapping for better compatibility with other filters
-
v0.1.3.0 Changes
- Add chaptersDepth info to README
- Version bump
- 🚚 Removed unused variable
- ✅ autoSectionLabels impl., tests and more docs
- 📄 Section references docs
- ✅ Tests for section references
- 🔀 Merge branch 'master' into section-refs
- ✅ Relax test pandoc constraints
- ⚡️ Update demo*.native
- ⚡️ Update .gitignore
- ⚡️ Update demo*.native
- ⚡️ Update .gitignore
- 👍 Section references support
- FIX: Split references to items from different chapters with comma
- 🔧 Configurable "chapters" option depth
- ✅ Add chapters output test
-
v0.1.2.4 Changes
- Version bump
- Fix LaTeX listing numbering with chapters
- Fix lists for chapters-enabled cases
-
v0.1.2.3 Changes
- Version bump
- ⚡️ Update demo.native
- Fix demo.md
- Don't output zeroeth chapter prefix
- BIGFIX: start numeration over for each chapter
- Don't increment chapter counter for unnumbered chapters
- Disable Travis caching for now
- 🏗 Try caching Travis build
- Try installing all cabal/ghc versions
- ⚡️ Travis container-based infrastructure update
-
v0.1.2.2 Changes
- Bump version number
- Relax constraints to include pandoc-1.15
- ⚡️ Update README with info on LaTeX customization
- 🛠 BUGFIX: Add metasettings not only to list
- ✅ Relax test constraints
- ✅ More travis tests