The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.16_05 2020-09-28T21:38:22Z

        - More documentation experimentations and details
        - Preparing an underground role

0.16_04 2020-09-28T20:40:48Z

        - Separating the non-programming documentation to a separate .pod

0.16_03 2020-09-28T07:55:39Z

        - Fixing the Art import to an Art::World in tests
        - Tests files names convention update

0.16_02 2020-09-27T20:18:52Z

        - Major refactoring of all the modules in only one

0.16_01 2020-09-19T18:30:52Z

        - Adding the Place::Gallery class
        - Adding the Agent::Public class
        - Adding The Place::Behavior::Exhibit role
        - Adding a sale() method to the Wildlife::Behavior::Buyer role
        - Added Type::Tiny::XS as a dependency for some optimization 

0.16 2020-09-18T20:14:16Z

        - Renaming Buyable to Collectionable
        - Added is_for_sale() / is_sold() to Collectionable
        - Adding belongs_to() method on Collectionable role
        - Moved Test::Pod to test only dependencies
        - Modularizing tests
        - Fixing documentation typos

0.15_05 2020-09-16T22:05:25Z

        - An Abstract Work class
        - Reintroducing the Behavior namespace for roles
        - Adding more documentation about the 2007 residency
        - Fixing bugs with the build tools

0.15_04 2020-09-13T20:20:55Z

        - Working on Artwork class
        - Writing the story of the project in the documentation
        - Fixing some pod formatting
        - More tests

0.15_03 2020-09-13T12:22:15Z

        - This is not a game but only a modelisation
        - Adding a picture of the general specifications in documentation

0.15_02 2020-09-13T10:08:16Z

        - The Agent class is now isolated
        - The Artist class is now isolated
        - Active role for very insipred agents
        - Art::World got a Playground
        - If Artists have > 1 collector, they are not underground anymore
        - Minimum Perl version 5.16, not 5.32

0.15 2020-09-12T23:30:28Z

        - Removed more old files
        - Preparation for release to CPAN

0.13 2020-09-12T23:13:43Z

        - The POD got finaly fixed, needed UTF-8 and a better structure

0.08 2020-09-12T22:31:07Z


0.07 2020-09-12T22:23:30Z

	- Porting basic entities to Perl5
	- Removing most of the old Raku code
	- Setting up Zydeco as an OO system
	- Setting up Minilla
	- Adding missing dependency
	- Fix gitlab-ci
	- Updating gitlac-ci for Perl5

0.05 2017-10-22T20:23:32Z

	- Skip MongoDB tests properly if on Gitlab-CI env
	- Update Gitlab-CI commands
	- Implement Crudable on more classes
	- Add the db tests to version control but skip it if not in dev env
	- Update makefile after files renaming
	- Tidying the code and write some documentation
	- Regenerate the README documentation. Fix #4
	- Remove unnecessary code
	- Implementation, test and doc of crudable role and is trait. Close #10

0.04 2017-10-18T15:47:57Z

	- Finally a 'is crud' trait prototype that works!
	- Add a bit of doc and decoration
	- Remove tests that cannot be run on the integration server because Mongo
	- Adding a missing dependency https://github.com/nkh/P6-Data-Dump-Tree/issues/39
	- Test of the Gitlab-CI functionalities.
	- Here are the Gitlab-CI badges

0.03 2017-10-14T02:21:23Z

	- Working on the CRUD trait.
	- Makes tests pass with a CrudStr Str type extension and not a trait. See #10
	- Add build-essential to CI
	- Update Docker image
	- Test of a .gitlab-ci.yml for the Raku image
	- Try many many things about traits

0.02 2017-10-14T00:27:12Z

	- Crudable functionnalities and first DB inserts
	- Rename the DB class to ODM because it is an Object Document Mapper
	- Create a very simple generic access for the entities to MongoDB
	- Tiny Entities changes
	- Test multi-identities

0.01 2017-10-05T23:28:10Z

	- A basic Art World module.
	- Starting to model the Art::World and discover Raku object system in the same time
	- Translation of the Ecosystem text
	- Add the Art::World Ecosystem text translation