All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed syntax errors while linting
- Added integration testing for the lib
- Browser package has returned using HypheLib()
- Passing no string now returns an empty string
- Passing and empty string now returns an empty string
- A single options no longer overwrites the other default options
- An unknown option will now be ignored
- Multiple hyphe requests with different options will now work seperately
- Add the typographizer-js package to produce better typography
- The package now returns a promise to support typographizer
- Reworked the code to get better results from non word characters
- The options have been completely changed
- typographize? Wheter or not to use the typographizer-js package
- ignoreLineBreaks? Ignore all line breaks in the string
- The default mode now supports unicode
- escapeToHTML? Switch to escape every soft-hyphen and non word character to it's HTML char code representation
- Add the options to add zero-width spaces after a forward slash (see README)
- Fixed some typos in the documentation
- Slightly changed README
- Add Browser-Endpoint to package.json
- Add webpack version to the npm package (see README)
- Minor fixes in versioning
- Fix some spelling issues
- Change to webpack for browserfied version
- Minor Bugfixes due to publishing the package
- The script now correctly parses linebreaks
- You can now completely ignore linebreaks
- You can set a custom string as linebreak in HTML mode
- Code completely rewritten
- Options are now handled in a different way
- Readme now shows the new usage of the library
- Removed usage of callbacks
- Fix a bug where numbers wheren't parsed
- CHANGELOG
- README now shows the correct installation instructions
- Parser can output in Unicode now
- Dramatically better parser using RegEx
- Now parsing all words in a correct way
- Update README to make usage production-able
- Clean repo for publishing as npm package
- Beautify the code