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.
- Add new initializer config, backwards compatible with previous env implementation.
- Add activesupport dependecy for help with changing letter cases.
- Fix invalid URI bug. By returning a slug property from the posts factory we can ensure that we don't attempt to create posts with spaces in the file name.
- Retrieved basic frontmatter from Notion.
- Retrieve headings, paragraphs and bullet list content from Notion.
- Created post resources based on the retrieved data.