Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (16 loc) · 584 Bytes

CHANGELOG.md

File metadata and controls

30 lines (16 loc) · 584 Bytes

Changelog

v0.7.0 / 2012-12-07

  • Begin implementing testing examples from Chapter 9.

v0.6.0 / 2012-12-02

  • Implement composition examples from Chapter 8. Hooray!

v0.5.0 / 2012-12-01

  • Try to implement mixin examples from Chapter 7.

v0.4.0 / 2012-11-26

  • Try to implement inheritance examples from Chapter 6.

v0.3.0 / 2012-11-24

  • Implement duck typing examples from Chapter 5.

v0.2.0 / 2012-11-23

  • Implement dependencies examples from Chapter 3.

v0.1.0 / 2012-11-22

  • Implement single responsibility examples from Chapter 2.
  • Project conception.