bump version to 0.71_02 and update Changes
[gitmo/Class-MOP.git] / lib / Class / MOP / Instance.pm
2008-12-05 Dave Rolsky bump version to 0.71_02 and update Changes
2008-12-04 Dave Rolsky update version for release and update changes
2008-11-26 Dave Rolsky bump _all_ the versions to 0.71
2008-11-19 Dave Rolsky Doh, I'm retarded. 0.70_01
2008-11-18 Dave Rolsky update Changes and make version 0.69_01 0.69_01
2008-11-14 Dave Rolsky bump version # and update changes
2008-11-07 Dave Rolsky bump version and update changes for release 0.69
2008-10-23 Dave Rolsky Bump all versions to 0.68
2008-10-06 Dave Rolsky Bump all the modules to 0.67
2008-09-01 Dave Rolsky bump version to 0.65 and update changes for stable... 0.65
2008-08-29 Dave Rolsky bump version to 0.64_07 for another (in an endless...
2008-08-25 Dave Rolsky Bump the version and update changes for 0.64_06 0.64_06
2008-08-25 Dave Rolsky bump version and update changes for 0.65_05 0.64_05
2008-08-23 Dave Rolsky bump version and update Changes for 0.64_04 release 0.64_04
2008-08-22 Dave Rolsky Bump the version # and updates Changes for 0.64_03 0.64_03
2008-08-21 Dave Rolsky bump version # for next release
2008-08-21 Dave Rolsky Document get_all_attributes method
2008-08-21 Yuval Kogman get_all_attributes for MI
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
2008-08-13 Yuval Kogman _new for Instance
2008-08-10 Yuval Kogman deprecate bless_instance_structure
2008-08-10 Yuval Kogman small fixes & optimizations in Meta::Instance
2008-08-10 Yuval Kogman explicit meta instance dependencies
2008-08-08 Yuval Kogman attributes attribute for Class::MOP::Instance
2008-08-08 Yuval Kogman more fixes for Instance's constructor
2008-08-08 Yuval Kogman slots as a hash is a hack in Instance, partway fix...
2008-08-08 Yuval Kogman proper constructor for Instance
2008-08-08 Yuval Kogman Remove p6 style attribute naming
2008-08-04 Shawn M Moore Bump version to 0.65
2008-08-02 Yuval Kogman inline initialize slot didn't match non inline
2008-07-07 Shawn M Moore Bump us up to 0.64
2008-06-18 Shawn M Moore Bump to 0.63
2008-06-18 Shawn M Moore Begin updating to 0.62
2008-06-13 Shawn M Moore Bump everything to 0.61
2008-06-13 Shawn M Moore Bump all packages to 0.60
2008-06-12 Shawn M Moore Fix some typos in Instance doc
2008-03-11 Stevan Little Class::MOP fixes
2008-02-08 Stevan Little bunch of doc fixes
2008-02-07 Stevan Little tweaking the attribute initializer stuff a little
2008-02-07 Ricardo SIGNES tweak the initializer args, document set_initial_value
2008-02-04 Ricardo SIGNES give the initializer a test
2008-02-04 Ricardo SIGNES allow an initilizer to be set for attributes
2008-02-03 Yuval Kogman meta instance doc improvements
2008-01-29 Yuval Kogman microoptimization in Class::MOP::Instance
2008-01-28 Stevan Little adding to changelog and changing versions
2008-01-27 Yuval Kogman get_{init_args,attribute_values}
2008-01-27 Shawn M Moore Some simplifications and corrections suggested by nothi...
2008-01-27 Shawn M Moore Add Instance->get_all_slot_values and tests
2008-01-14 Shawn M Moore Some test/doc issues ferreted out by fixing my Class... 0_51
2008-01-12 Shawn M Moore Add Class::MOP::Class->rebless_instance, Class::MOP...
2007-12-31 Stevan Little copyright date changes on Class::MOP
2007-11-06 Guillermo Roditi predicate fixes
2007-02-21 Stevan Little Lots of doc updates
2007-01-27 Stevan Little merging the immutable branch into trunk
2006-11-09 Stevan Little IT WORKS NOWrun_testsrun_testsrun_testsrun_tests
2006-11-08 Stevan Little fixed all the attribute name to be more Perl6ish and...
2006-08-11 Stevan Little added the AUTHORITY into all classes, and support for...
2006-08-10 Stevan Little fixing version numbers and writing the changelog
2006-08-04 Yuval Kogman clear/deinitialize but with tests only for deinitialize
2006-07-15 Stevan Little ChangeLog and adding yuval to authors everywhere
2006-07-05 Stevan Little foo
2006-07-05 Stevan Little cleanup
2006-07-03 Stevan Little buncha-stuff
2006-05-04 Stevan Little foo
2006-05-03 Stevan Little tweaks
2006-05-02 Stevan Little cloning
2006-04-30 Stevan Little upload
2006-04-30 Stevan Little tweaking
2006-04-29 Yuval Kogman Add support for weak references to Class::MOP::Instance
2006-04-29 Stevan Little docs
2006-04-29 Stevan Little no-more-inline
2006-04-29 Stevan Little arrays
2006-04-28 Stevan Little slotnames
2006-04-28 Stevan Little done
2006-04-28 Stevan Little done
2006-04-28 Stevan Little instance-refactored
2006-04-28 Yuval Kogman various fixes + weakening support for the Class::MOP...
2006-04-27 Stevan Little more-POD
2006-04-27 Yuval Kogman add introspection methods to Class::MOP::Instance
2006-04-27 Stevan Little POD
2006-04-27 Yuval Kogman The great Class::MOP::Instance refactoring
2006-04-27 Stevan Little instance-protocol
2006-04-27 Stevan Little new_instances
2006-04-26 Stevan Little testing