# Change Log

## [v2.0.5](https://github.com/daffl/uberproto/tree/v2.0.5) (2020-02-04)
[Full Changelog](https://github.com/daffl/uberproto/compare/v2.0.4...v2.0.5)

**Merged pull requests:**

- Update all dependencies [\#24](https://github.com/daffl/uberproto/pull/24) ([daffl](https://github.com/daffl))
- Conserve properties on functions [\#23](https://github.com/daffl/uberproto/pull/23) ([bertho-zero](https://github.com/bertho-zero))
- Update dependencies to enable Greenkeeper 🌴 [\#20](https://github.com/daffl/uberproto/pull/20) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))

## [v2.0.4](https://github.com/daffl/uberproto/tree/v2.0.4) (2018-08-02)
[Full Changelog](https://github.com/daffl/uberproto/compare/v2.0.3...v2.0.4)

**Merged pull requests:**

- Do not add undefined property descriptors [\#19](https://github.com/daffl/uberproto/pull/19) ([daffl](https://github.com/daffl))

## [v2.0.3](https://github.com/daffl/uberproto/tree/v2.0.3) (2018-06-18)
[Full Changelog](https://github.com/daffl/uberproto/compare/v2.0.2...v2.0.3)

**Closed issues:**

- Istanbul Dependency? [\#17](https://github.com/daffl/uberproto/issues/17)

**Merged pull requests:**

- Fix dependencies [\#18](https://github.com/daffl/uberproto/pull/18) ([daffl](https://github.com/daffl))

## [v2.0.2](https://github.com/daffl/uberproto/tree/v2.0.2) (2018-06-16)
[Full Changelog](https://github.com/daffl/uberproto/compare/v2.0.1...v2.0.2)

**Merged pull requests:**

- Add missing check for Symbols support [\#16](https://github.com/daffl/uberproto/pull/16) ([daffl](https://github.com/daffl))

## [v2.0.1](https://github.com/daffl/uberproto/tree/v2.0.1) (2018-06-03)
[Full Changelog](https://github.com/daffl/uberproto/compare/v2.0.0...v2.0.1)

**Merged pull requests:**

- Check for function before trying to copy symbols [\#15](https://github.com/daffl/uberproto/pull/15) ([daffl](https://github.com/daffl))

## [v2.0.0](https://github.com/daffl/uberproto/tree/v2.0.0) (2018-06-03)
[Full Changelog](https://github.com/daffl/uberproto/compare/1.2.0...v2.0.0)

**Merged pull requests:**

- Remove non-ES5 legacy code and update repository infrastructure  [\#14](https://github.com/daffl/uberproto/pull/14) ([daffl](https://github.com/daffl))
- conserve Symbols [\#13](https://github.com/daffl/uberproto/pull/13) ([bertho-zero](https://github.com/bertho-zero))
- Update Mocha link [\#12](https://github.com/daffl/uberproto/pull/12) ([mortonfox](https://github.com/mortonfox))

## [1.2.0](https://github.com/daffl/uberproto/tree/1.2.0) (2015-11-29)
[Full Changelog](https://github.com/daffl/uberproto/compare/1.1.2...1.2.0)

**Closed issues:**

- Uberproto can not extend Babel transpiled ES6 class instances [\#10](https://github.com/daffl/uberproto/issues/10)

**Merged pull requests:**

- Use Object.defineProperty if available [\#11](https://github.com/daffl/uberproto/pull/11) ([daffl](https://github.com/daffl))

## [1.1.2](https://github.com/daffl/uberproto/tree/1.1.2) (2014-06-14)
[Full Changelog](https://github.com/daffl/uberproto/compare/1.1.1...1.1.2)

**Closed issues:**

- Uberproto should provide a mechanism to check whether this.\_super is itself [\#8](https://github.com/daffl/uberproto/issues/8)

**Merged pull requests:**

- Reformatted proto.js to fit UMD spec [\#9](https://github.com/daffl/uberproto/pull/9) ([alexisabril](https://github.com/alexisabril))

## [1.1.1](https://github.com/daffl/uberproto/tree/1.1.1) (2014-01-23)
[Full Changelog](https://github.com/daffl/uberproto/compare/1.1.0...1.1.1)

**Closed issues:**

- uberclass and uberproto [\#5](https://github.com/daffl/uberproto/issues/5)

**Merged pull requests:**

- Only wrap functions that are calling .\_super [\#7](https://github.com/daffl/uberproto/pull/7) ([daffl](https://github.com/daffl))
- Update component.json [\#6](https://github.com/daffl/uberproto/pull/6) ([ekryski](https://github.com/ekryski))

## [1.1.0](https://github.com/daffl/uberproto/tree/1.1.0) (2013-03-21)
[Full Changelog](https://github.com/daffl/uberproto/compare/1.0.3...1.1.0)

**Merged pull requests:**

- Added js code blocks to readme. [\#4](https://github.com/daffl/uberproto/pull/4) ([mrazzari](https://github.com/mrazzari))

## [1.0.3](https://github.com/daffl/uberproto/tree/1.0.3) (2012-09-07)
[Full Changelog](https://github.com/daffl/uberproto/compare/1.0.2...1.0.3)

**Merged pull requests:**

- Added shim for getPrototypeOf so it works in IE8 [\#3](https://github.com/daffl/uberproto/pull/3) ([sporto](https://github.com/sporto))
- Fixed example on custom init [\#2](https://github.com/daffl/uberproto/pull/2) ([bbtx0](https://github.com/bbtx0))

## [1.0.2](https://github.com/daffl/uberproto/tree/1.0.2) (2012-05-10)
[Full Changelog](https://github.com/daffl/uberproto/compare/1.0.1...1.0.2)

## [1.0.1](https://github.com/daffl/uberproto/tree/1.0.1) (2012-03-24)
[Full Changelog](https://github.com/daffl/uberproto/compare/0.0.9...1.0.1)

## [0.0.9](https://github.com/daffl/uberproto/tree/0.0.9) (2012-02-06)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*