- VERSION BUMP ONLY
- No source changes - this update is to bring source and Atom.io version numbers into sync
- See #12 for more details
- Add option to break mid-word (default) or only on spaces Disable this to prevent URLs and words over the wrap length from being broken by wraps.
- Fix behavior of mid-line comments: New lines will only start with a comment symbol if the previous line also started with a symbol. Mid-line comment symbols will not trigger this behavior.
- Add support for comments
- Clean up code base
- Update README to display package details
- Add a humans.txt file to the package
- Basic package released
- File structure created from atom package generator
- Basic development