Skip to content

Commit

Permalink
Preparing for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-brousse committed Dec 2, 2019
1 parent 18aacd8 commit 501a724
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ 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).

## [Unreleased]
Nothing yet

## [1.0.0] - 2019-12-02
### Added
- Avoid deep decoration ([#25](https://github.com/komposable/dekorator/pull/25))
- Make `decorate` accessible in ApplicationController ([#29](https://github.com/komposable/dekorator/pull/29))
Expand All @@ -25,4 +28,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Create `dekorator:install` generator ([a2a36d66](https://github.com/komposable/dekorator/commit/a2a36d66c6de6cb0a00f783794cd29f899bc04b6))
- Create `decorator` generator ([a2a36d66](https://github.com/komposable/dekorator/commit/a2a36d66c6de6cb0a00f783794cd29f899bc04b6))

[Unreleased]: https://github.com/komposable/dekorator/compare/v1.0.0.pre.1...HEAD
[Unreleased]: https://github.com/komposable/dekorator/compare/v1.0.0...master
[1.0.0]: https://github.com/komposable/dekorator/compare/v1.0.0...1.0.0.pre.1
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

**Dekorator** is a lightweight library to implement _presenters_ and/or _decorators_ in your Rails app. It has less features than [`draper`](https://github.com/drapergem/draper) and aims at having a lower memory footprint.

**Not production ready yet**

This gem has been inspired by our Rails development practices at [Pantographe](https://pantographe.studio), and the [Ruby memory, ActiveRecord and Draper](https://medium.com/appaloosa-store-engineering/ruby-memory-activerecord-and-draper-64f06abeeb34) talk by [Benoit Tigeot](https://github.com/benoittgt).

## Compatibility
Expand Down
2 changes: 1 addition & 1 deletion lib/dekorator/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dekorator
VERSION = "1.0.0.pre.1".freeze
VERSION = "1.0.0".freeze
end

0 comments on commit 501a724

Please sign in to comment.