Skip to content

Commit

Permalink
better CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
gutenye committed Aug 30, 2012
1 parent 914e89b commit 181b16b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 22 deletions.
22 changes: 0 additions & 22 deletions CHANGELOG

This file was deleted.

29 changes: 29 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,29 @@
## 3.3.0 - Aug 29, 2012

### Improvements

- Add yaml, json support. ([@GutenYe][])
- You can write extensions to parser. ([@GutenYe][])
- Remove `hike` dependency for less dependency. ([@Gutenye][])

### Changes

- Change path. `_` is current path, `_r` is root path.
- Rename `Optimism::MissingFile` to `EMissingFile`
- Remove `Optimism.get .convert .[]` `Optimsim#_get _child _replace _walk!`
- Add `Optimism.require!`, `Optimism#_has_key2?`
- `Optimism#initialize`
- Add (hash/optimism, o) argument.
- Rename `:only_symbol_key` option to `:symbolize_key`
- Add `:parser` option
- `:namespace` option without move the node.
- `Optimism.require`
- Support yaml file (.yml)
- Rename `:mixin` option to `:merge`
- Remove `:ignore_syntax_error`, `:raise_missing_file` option
- `Optimism#_walk` return nil instead of raising error
- `Optimism#_store2` remove `:namespace` option

<!--- The following link definition list is generated by PimpMyChangelog --->
[@GutenYe]: https://github.com/GutenYe
[@Gutenye]: https://github.com/Gutenye
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -10,4 +10,5 @@ group :development do
gem "rspec"
gem "guard"
gem "guard-rspec"
gem "pimpmychangelog"
end

0 comments on commit 181b16b

Please sign in to comment.