Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzedge committed Feb 26, 2018
1 parent df4fb5b commit 60e207d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,26 @@

## 1.0.3 [compare][compare_v1_0_2_and_master]

- Remove unnecessary rake task file by [@gonzedge][github_user_gonzedge]
- Extract serialization tasks into their own classes by [@gonzedge][github_user_gonzedge]
- Regenerate serialized dictionaries every time by [@gonzedge][github_user_gonzedge]
- Move `#partial_word?` and `#word?` up to `Node` by [@gonzedge][github_user_gonzedge]
- Change compression strategy and tree structure for `Compressed` nodes by [@gonzedge][github_user_gonzedge]
- Add ips dup vs clone vs slice benchmark by [@gonzedge][github_user_gonzedge]
- Improve documentation of `.dump`, `.load` and all `Serializers` by [@gonzedge][github_user_gonzedge]
- Exclude `Serializers::Marshal` from rubocop inspection by [@gonzedge][github_user_gonzedge]
- Use `Yaml.safe_load` in yaml serializer by [@gonzedge][github_user_gonzedge]
- Drop Ruby 2.2.0 support in favor of squiggly heredoc (`<<~`) by [@gonzedge][github_user_gonzedge]
- Add ips alias_method vs alias benchmark by [@gonzedge][github_user_gonzedge]
- Refactor rake tasks by [@gonzedge][github_user_gonzedge]
- Add `#not_change` matcher to simplify `ProviderCollection` spec by [@gonzedge][github_user_gonzedge]
- Use `#each_key` and `#each_value` where appropriate by [@gonzedge][github_user_gonzedge]
- Extract `#deprecation_warning` method for `Container` by [@gonzedge][github_user_gonzedge]
- Stop using `#has_x?` method configuration by [@gonzedge][github_user_gonzedge]
- First big Rubocop sweep by [@gonzedge][github_user_gonzedge]
- Add rubocop by [@gonzedge][github_user_gonzedge]
- Better name for classes in ips attr_accessor vs method benchmark task by [@gonzedge][github_user_gonzedge]
- Fix links in README by [@gonzedge][github_user_gonzedge]
- Require profiling libraries only when they are strictly necessary by [@gonzedge][github_user_gonzedge]
- Add `#compress` method to public API by [@gonzedge][github_user_gonzedge]
- Refactor trie integration tests by [@gonzedge][github_user_gonzedge]
Expand Down

0 comments on commit 60e207d

Please sign in to comment.