# Changelog

## 2.0.6
- Names of chained methods is hardcoded rather than using the "return" trick. Fixes bug when minified, thanks @fresheneesz.
- Added jshint to be run before any commit

## 2.0.5
- count() is now O(1), thanks @qbolec

## 2.0.4
- hasOwnProperty() is used to check for the internal expando, thanks @psionski

## 2.0.3
- forEach method accepts a context as 2nd argument, thanks @mvayngrib

## 2.0.2
- Make collisions rarer

## 2.0.1
- AMD CommonJS export is now compatible

## 2.0.0
- Added chaining to all methods with no returned value
- Added multi() method
- Added clone() method
- Added copy() method
- constructor accepts one argument for cloning or several for multi()

## 1.2.0
- Added search() method, thanks @rafalwrzeszcz

## 1.1.0
- AMD support, thanks @khrome

## 1.0.1
- forEach() callback receives the hashmap as `this`
- Added keys()
- Added values()

## 1.0.0
- First release
