Revision history for WWW-Fimfiction
===================================

v0.3.0
------

- Changed basically everything. Focus is now on CRUD tasks rather than just data
retrieval. The old story() function has been replaced with a simple JSON decode into
hash ref. No more fluffy Moose attribute carriers.
- Authentication
- Add/edit/publish/delete chapter methods added

v0.2.1 - 10 Dec 2012 16:54 +1030
--------------------------------

- Fixed test to consider the site's new URL scheme

v0.2.0 - 10 Dec 2012 14:30 +1030
--------------------------------

- Documented accessors in ::Story, ::User, and ::Chapter
- Made `01-story.t` skip if Fimfiction 503's

v0.1.0 - 08 Dec 2012 03:23 +1030
--------------------------------

- First released with working `story()` function