Skip to content

Commit

Permalink
Merge branch 'master' into 0.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Jan 22, 2016
2 parents c4d50fb + 70d064e commit 7215e8d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Hanami::Helpers
View helpers for Ruby web applications

## v0.3.0 - 2016-01-22
### Changed
- [Luca Guidi] Renamed the project

## v0.2.6 - 2016-01-12
### Added
- [Cam Huynh] Added support for HTML helper (`#html`) block syntax (eg. `html { div('hello') }`)
Expand All @@ -24,12 +28,12 @@ View helpers for Ruby web applications

## v0.2.0 - 2015-06-23
### Added
- [Luca Guidi] Introduced `Hanami::Helpers::FormHelper`. HTML5 form generator (`#form_for`).
- [Tom Kadwill & Luca Guidi] Introduced `Hanami::Helpers::NumberFormattingHelper`. Format numbers (`#format_number`).
- [Tom Kadwill] Introduced `Hanami::Helpers::LinkToHelper`. Link helper (`#link_to`).
- [Luca Guidi] Introduced `Lotus::Helpers::FormHelper`. HTML5 form generator (`#form_for`).
- [Tom Kadwill & Luca Guidi] Introduced `Lotus::Helpers::NumberFormattingHelper`. Format numbers (`#format_number`).
- [Tom Kadwill] Introduced `Lotus::Helpers::LinkToHelper`. Link helper (`#link_to`).

## v0.1.0 - 2015-03-23
### Added
- [Luca Guidi] Introduced `Hanami::Helpers::RoutingHelper`. It exposes `#routes` in views for compatibility with Hanami (`hanamirb` gem)
- [Alfonso Uceda Pompa] Introduced `Hanami::Helpers::EscapeHelper`. It implements OWASP/ESAPI suggestions for HTML, HTML attribute and URL escape helpers.
- [Luca Guidi] Introduced `Hanami::Helpers::HtmlHelper`. It allows to generate complex HTML5 markup with Ruby.
- [Luca Guidi] Introduced `Lotus::Helpers::RoutingHelper`. It exposes `#routes` in views for compatibility with Lotus (`hanamirb` gem)
- [Alfonso Uceda Pompa] Introduced `Lotus::Helpers::EscapeHelper`. It implements OWASP/ESAPI suggestions for HTML, HTML attribute and URL escape helpers.
- [Luca Guidi] Introduced `Lotus::Helpers::HtmlHelper`. It allows to generate complex HTML5 markup with Ruby.
2 changes: 1 addition & 1 deletion hanami-helpers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.2.0'
spec.required_ruby_version = '>= 2.0.0'

spec.add_dependency 'hanami-utils', '~> 0.7'

Expand Down

0 comments on commit 7215e8d

Please sign in to comment.