Update document
[gitmo/Mouse.git] / lib / Mouse.pm
2009-06-15 Shawn M Moore Bump to 0.25
2009-06-10 Tokuhiro Matsuno added Mouse->init_meta
2009-05-27 Shawn M Moore Bump to 0.24
2009-05-27 Shawn M Moore Mouse::class_of
2009-05-04 Chris Prather set perl version to 5.008 and document 5.6.2 bugs in POD
2009-04-21 Shawn M Moore Bump to 0.23
2009-04-11 Shawn M Moore Bump to 0.22
2009-04-11 markstos eep, don't advise contacting nothingmuch directly for...
2009-04-11 markstos Improve documentation for type constraints.
2009-04-11 markstos Document address of the public git repo.
2009-04-10 Shawn M Moore Bump to 0.21
2009-04-10 Shawn M Moore Be more damning of Mouse, more Squirrel deprecation 0.20
2009-04-10 Shawn M Moore Add wu-lee to authors
2009-04-02 Tokuhiro Matsuno make a subtype for each Mouse class This behavior is...
2009-03-08 Shawn M Moore Bump to 0.20
2009-03-07 Shawn M Moore Bump to 0.19
2009-03-07 Shawn M Moore No real reason for MOUSE_DEBUG these days
2009-03-04 Tokuhiro Matsuno added YourClass->meta->add_attribute(foo => (is =>...
2009-03-04 Tokuhiro Matsuno support Mouse->import({into_level => 1}).
2009-03-01 Tokuhiro Matsuno added attribute metaclass support.
2009-02-18 Shawn M Moore Bump to 0.18
2009-02-18 Shawn M Moore Changes, bump to 0.17 for release
2009-02-05 Shawn M Moore Bump to 0.16
2009-02-05 Shawn M Moore Doc adjustments
2009-02-05 Shawn M Moore Implement override/super
2009-01-06 Shawn M Moore MouseX::Stop::it!
2008-12-22 Shawn M Moore Finish renaming Mouse::TypeRegistry to Mouse::Util...
2008-12-22 Shawn M Moore Test that we don't export sugar into main
2008-12-21 Shawn M Moore Missing features aren't!
2008-12-20 Shawn M Moore Bump to 0.15
2008-12-16 Shawn M Moore Bump to 0.14
2008-12-09 Shawn M Moore Add tokuhirom and Yappo to AUTHORS
2008-12-09 Shawn M Moore Remove pointless shebang in each module
2008-12-09 Shawn M Moore Bring shika-based up to trunk
2008-12-07 Tokuhiro Matsuno use Scalar::Util directly
2008-12-06 Tokuhiro Matsuno revert XS related things. this is no advantage orz
2008-12-05 Shawn M Moore Bump to 0.13
2008-12-04 大沢 和宏 add with qw( Role1 Role2 ) support
2008-12-03 Tokuhiro Matsuno Exporter::Heavy is too heavy.And, this is enough in...
2008-12-03 Daisuke Maki 024 fails, but successfully loads and uses the XS versi...
2008-12-03 Daisuke Maki just a simple XSLoader for now
2008-12-02 Tokuhiro Matsuno support alias option on 'with'
2008-11-02 Shawn M Moore Bump to 0.12
2008-10-29 Chris Prather doc patch for lazy_build
2008-10-28 Shawn M Moore Bump to 0.11
2008-10-24 Ricardo SIGNES doc undef for init_arg
2008-09-29 Shawn M Moore Bump to 0.10
2008-09-29 Shawn M Moore Changes, 0.09
2008-09-28 Shawn M Moore Small doc tweaks
2008-09-28 Shawn M Moore Credit Yuval, he's done a bunch of hacking
2008-09-28 Shawn M Moore Note our deplessness
2008-09-28 Shawn M Moore Facts!
2008-09-28 Shawn M Moore Bump to 0.08
2008-09-28 Shawn M Moore Remove dependency on Scalar::Util
2008-09-27 Shawn M Moore Remove dependency on Sub::Exporter for Mouse (Mouse...
2008-07-30 Shawn M Moore Refactor regular class method modifier addition to...
2008-07-23 Shawn M Moore Bump to 0.07
2008-07-23 Shawn M Moore Deprecate hash-triggers
2008-07-17 Shawn M Moore Saved by the peri grin! (trigger doc)
2008-07-17 Shawn M Moore Bump to 0.06
2008-07-16 Shawn M Moore Update some doc
2008-07-16 Shawn M Moore More consistent header
2008-07-16 Shawn M Moore Keep track of the instantiated metaclass in associated_...
2008-07-16 Shawn M Moore Doc for the new trigger. Yikes. Save me perigrin!
2008-06-17 Shawn M Moore Begin filling out role application
2008-06-17 Shawn M Moore Forgot "if @_", oops :)
2008-06-17 Shawn M Moore Tweaks to "with"
2008-06-17 Shawn M Moore Implement "with" but no role application quite yet
2008-06-17 Yuval Kogman version bump to 0.05
2008-06-15 Shawn M Moore Begin adding support for has +name
2008-06-13 Shawn M Moore Bump to 0.04
2008-06-13 Shawn M Moore 0.03
2008-06-11 Shawn M Moore Doc updates
2008-06-11 Shawn M Moore Use Class::Method::Modifiers 1.00 for before/after...
2008-06-11 Shawn M Moore Prepare for release 0.02
2008-06-11 Shawn M Moore Bit more doc
2008-06-10 Yuval Kogman v string not portable
2008-06-10 Shawn M Moore Some final touches on the doc. This is 0.01.
2008-06-10 Shawn M Moore Lots of doc
2008-06-10 Shawn M Moore Invalid class names should throw an exception
2008-06-10 Shawn M Moore Various is_class_loaded/load_class nits
2008-06-10 Shawn M Moore Replace is_class_loaded with version from Class::MOP
2008-06-10 Shawn M Moore Some ClassName simplification and fixes
2008-06-10 Shawn M Moore have ClassName check use is_class_loaded
2008-06-10 Shawn M Moore Finish moving Mouse::Attribute and Mouse::Class into...
2008-06-10 Shawn M Moore Moose compat: the details of load_class. Check whether...
2008-06-10 Shawn M Moore Some doc updates
2008-06-10 Shawn M Moore Use Scalar::Util/Carp imports for brevity
2008-06-10 Shawn M Moore If we re-import Mouse, don't thrash the class's supercl...
2008-06-04 Shawn M Moore Begin adding Mouse::TypeRegistry. All that's there...
2008-06-03 Shawn M Moore Import Mouse