Releases: duckwork/titlecase.el
Releases · duckwork/titlecase.el
v0.4.0
Refactor and lots of bug fixes
The biggest user-facing changes are these:
- Default style changed to
wikipedia
- Add
titlecase-sentence
function - Add user option
titlecase-command
that can be a function, a string, or a list of strings.
What's Changed
- Fix bug with phrasal verbs (downcase ran on nil) by @ideasman42 in #20
- Add tests that use generated data by @ideasman42 in #21
- Correct spelling, use punctuation. by @ideasman42 in #22
Full Changelog: 0.3.0...0.4.0
0.3.0
Lots of changes and fixes by @ideasman42 , thanks :)
What's Changed
- Don't set match data unnecessarily by @ideasman42 in #14
- Fix error where the colon wasn't escaped by @ideasman42 in #13
- Fix #11, skipping non-words must use the same logic as current-word by @ideasman42 in #12
- Use slashes & exclamation as punctuation by @ideasman42 in #16
- Fix white space or other non-word characters ignoring delimiters by @ideasman42 in #18
Full Changelog: 0.2.3...0.3.0
0.2.3
0.2.2
A hotfix release
What's Changed
- Fix error where a blank line would cause current-word to be nil by @ideasman42 in #9
Full Changelog: 0.2.1...0.2.2