summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md87
1 files changed, 44 insertions, 43 deletions
diff --git a/README.md b/README.md
index ea38d9f..721bdc5 100644
--- a/README.md
+++ b/README.md
@@ -8,47 +8,49 @@
# Table of Contents
-- [Installation](#installation)
-- [Stable Release](#stable-release)
-- [Hash Extensions](#hash-extensions)
-- [Logging](#logging)
- - [Coercion](#coercion)
- - [Coercing Collections](#coercing-collections)
- - [Coercing Hashes](#coercing-hashes)
- - [Coercing Core Types](#coercing-core-types)
- - [Coercion Proc](#coercion-proc)
- - [A note on circular coercion](#a-note-on-circular-coercion)
- - [KeyConversion](#keyconversion)
- - [MergeInitializer](#mergeinitializer)
- - [MethodAccess](#methodaccess)
- - [MethodAccessWithOverride](#methodaccesswithoverride)
- - [MethodOverridingInitializer](#methodoverridinginitializer)
- - [IndifferentAccess](#indifferentaccess)
- - [IgnoreUndeclared](#ignoreundeclared)
- - [DeepMerge](#deepmerge)
- - [DeepFetch](#deepfetch)
- - [DeepFind](#deepfind)
- - [DeepLocate](#deeplocate)
-- [StrictKeyAccess](#strictkeyaccess)
-- [Mash](#mash)
- - [KeepOriginalKeys](#keeporiginalkeys)
- - [PermissiveRespondTo](#permissiverespondto)
- - [SafeAssignment](#safeassignment)
- - [SymbolizeKeys](#symbolizekeys)
- - [DefineAccessors](#defineaccessors)
-- [Dash](#dash)
- - [Potential Gotchas](#potential-gotchas)
- - [PropertyTranslation](#propertytranslation)
- - [Mash and Rails 4 Strong Parameters](#mash-and-rails-4-strong-parameters)
- - [Coercion](#coercion-1)
- - [PredefinedValues](#predefinedvalues)
-- [Trash](#trash)
-- [Clash](#clash)
-- [Rash](#rash)
- - [Auto-Optimized](#auto-optimized)
-- [Mascot](#mascot)
-- [Contributing](#contributing)
-- [Copyright](#copyright)
+- [Hashie](#hashie)
+- [Table of Contents](#table-of-contents)
+ - [Installation](#installation)
+ - [Stable Release](#stable-release)
+ - [Hash Extensions](#hash-extensions)
+ - [Logging](#logging)
+ - [Coercion](#coercion)
+ - [Coercing Collections](#coercing-collections)
+ - [Coercing Hashes](#coercing-hashes)
+ - [Coercing Core Types](#coercing-core-types)
+ - [Coercion Proc](#coercion-proc)
+ - [A note on circular coercion](#a-note-on-circular-coercion)
+ - [KeyConversion](#keyconversion)
+ - [MergeInitializer](#mergeinitializer)
+ - [MethodAccess](#methodaccess)
+ - [MethodAccessWithOverride](#methodaccesswithoverride)
+ - [MethodOverridingInitializer](#methodoverridinginitializer)
+ - [IndifferentAccess](#indifferentaccess)
+ - [IgnoreUndeclared](#ignoreundeclared)
+ - [DeepMerge](#deepmerge)
+ - [DeepFetch](#deepfetch)
+ - [DeepFind](#deepfind)
+ - [DeepLocate](#deeplocate)
+ - [StrictKeyAccess](#strictkeyaccess)
+ - [Mash](#mash)
+ - [KeepOriginalKeys](#keeporiginalkeys)
+ - [PermissiveRespondTo](#permissiverespondto)
+ - [SafeAssignment](#safeassignment)
+ - [SymbolizeKeys](#symbolizekeys)
+ - [DefineAccessors](#defineaccessors)
+ - [Dash](#dash)
+ - [Potential Gotchas](#potential-gotchas)
+ - [PropertyTranslation](#propertytranslation)
+ - [Mash and Rails 4 Strong Parameters](#mash-and-rails-4-strong-parameters)
+ - [Coercion](#coercion-1)
+ - [PredefinedValues](#predefinedvalues)
+ - [Trash](#trash)
+ - [Clash](#clash)
+ - [Rash](#rash)
+ - [Auto-Optimized](#auto-optimized)
+ - [Mascot](#mascot)
+ - [Contributing](#contributing)
+ - [Copyright](#copyright)
## Installation
@@ -60,8 +62,7 @@ $ gem install hashie
## Stable Release
-You're reading the documentation for the next release of Hashie, which should be 4.1.1.
-The current stable release is [4.1.0](https://github.com/hashie/hashie/blob/v4.1.0/README.md).
+You're reading the documentation for the stable release of Hashie, v5.0.0.
## Hash Extensions