CHANGELOG.md in renderful-0.2.0 vs CHANGELOG.md in renderful-0.3.0

- old
+ new

@@ -1,23 +1,47 @@ # Changelog -All notable changes to this project will be documented in this file. +## [Unreleased](https://github.com/nebulab/renderful/tree/HEAD) -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project -adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +[Full Changelog](https://github.com/nebulab/renderful/compare/v0.2.0...HEAD) -## [Unreleased] +**Closed issues:** -### Added +- Normalize field values [\#21](https://github.com/nebulab/renderful/issues/21) +- Expose customer helpers to ERB views [\#15](https://github.com/nebulab/renderful/issues/15) +- \[Contentful\] Render entities embedded in rich text? [\#14](https://github.com/nebulab/renderful/issues/14) +- Generate a UI component library [\#13](https://github.com/nebulab/renderful/issues/13) +- Write an end-to-end integration test [\#12](https://github.com/nebulab/renderful/issues/12) +- Remove rails from the gemspec [\#8](https://github.com/nebulab/renderful/issues/8) +- Remove redis from the gemspec [\#7](https://github.com/nebulab/renderful/issues/7) +- Move issues from the upstream here [\#3](https://github.com/nebulab/renderful/issues/3) +- Adopt ActionView::Component for rendering [\#2](https://github.com/nebulab/renderful/issues/2) +- Add support for Prismic [\#1](https://github.com/nebulab/renderful/issues/1) -- Added support for Rails 6 ([#5](https://github.com/nebulab/renderful/pull/5)) +**Merged pull requests:** -### Fixed +- Raise error when entry not found [\#24](https://github.com/nebulab/renderful/pull/24) ([filippoliverani](https://github.com/filippoliverani)) +- Add support for \#render\_in and ViewComponent [\#19](https://github.com/nebulab/renderful/pull/19) ([aldesantis](https://github.com/aldesantis)) +- Fix a typo and trim whitespace in the README [\#18](https://github.com/nebulab/renderful/pull/18) ([elia](https://github.com/elia)) +- Prismic integration [\#17](https://github.com/nebulab/renderful/pull/17) ([aldesantis](https://github.com/aldesantis)) +- Support for multiple providers [\#16](https://github.com/nebulab/renderful/pull/16) ([aldesantis](https://github.com/aldesantis)) -- Fixed linked entries not being invalidated ([5325981](https://github.com/nebulab/renderful/commit/5325981b6ed093407712e16e9937d86f92cdbab0)) +## [v0.2.0](https://github.com/nebulab/renderful/tree/v0.2.0) (2020-01-17) -## [0.1.0] (2019-06-08) +[Full Changelog](https://github.com/nebulab/renderful/compare/v0.1.0...v0.2.0) -First public release. +**Closed issues:** -[Unreleased]: https://github.com/nebulab/renderful/compare/v0.1.0...HEAD -[0.1.0]: https://github.com/nebulab/renderful/tree/v0.1.0 +- Add Rails 6 support [\#4](https://github.com/nebulab/renderful/issues/4) + +**Merged pull requests:** + +- Update linting and testing infrastructure [\#6](https://github.com/nebulab/renderful/pull/6) ([aldesantis](https://github.com/aldesantis)) +- Add support for Rails 6 [\#5](https://github.com/nebulab/renderful/pull/5) ([aldesantis](https://github.com/aldesantis)) + +## [v0.1.0](https://github.com/nebulab/renderful/tree/v0.1.0) (2019-05-02) + +[Full Changelog](https://github.com/nebulab/renderful/compare/579c7801e5937dc02d789cc0fa4877ae43a60e70...v0.1.0) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*