felipeelias/resubject

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# 0.2.2
- rubocop style changes

# 0.2.1
- update yard and nokogiri due to security vulnerabilities (only on dev environment)

# 0.2.0

- enhancements
  - Introduce RSpec helpers

# 0.1.1

- bugfixes
  - [#2] presents' implicit presenter class blows up with nil association
- enhancements
  - Calls ActiveSupport.run_load_hooks when gem is loaded

# 0.1.0

- enhancements
  - Add time_ago helper
  - Add percentage helper
  - Add date_format helper

# 0.0.4

- bugfixes
  - Find the presenter in the current object's namespace

# 0.0.3

- Improve docs

# 0.0.2

- Big refactoring
- Add `currency` helper
- Add `presents` helper

# 0.0.1

- Initial commit