Releases: ceruleanlabs/README
v0.2: Reboot
v0.1: You da real MVP!
The purpose of this release was to create something concrete I could add onto -- this can easily be seen on the README website: https://apps.heymrbass.com/README
There are three parts here: the form, the Markdown, and the preview. The form is the main control that produces both the Markdown (for copypasta) and the preview, which is styled after how it appears on GitHub.
For the MVP, I wanted to use Angular to sync up these three parts, which I believe is the key part of this project. Right now you can only control the form view, but in the future you might be able to make edits directly to the Markdown and see them reflected in the form as well.
In the next release I plan to add a lot of incremental features like better Markdown generation, site styling, and adding some sane defaults for my own work so I can start dogfooding. This should make creating new features a lot easier for releases leading up to the 1.0 release.