Skip to content

Commit

Permalink
Provide CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ticktackk committed Dec 13, 2019
1 parent c30abb5 commit 06c488c
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
CHANGELOG
==========================

## Changelog for v1.0.1

* **New**: Set current time in XF after every seed data being inserted
* **New**: Clear entity cache after every seed
* **New**: Conversation and conversation message seeds
* **New**: Allow specifying limit when running only a specific seed
* **Changed**: Users will now watch their own threads when seeding
* **Changed**: Updated Faker to be compatible with PHP 7.4
* **Fixed**: When seeding pages `node_name` will be set
* **Fixed**: Unable to seed without escaping class name

**Note:** You can now remove both `composer.json` and `composer.lock` after installing the add-on from release build.

## Changelog for v1.0.0

* **Changed**: Rewritten the job
* **Changed**: Separated tck-seeder:seed command into two CLI commands
* **Fixed**: Do not throw exception if seed handler does not exist

## Changelog for v1.0.0 Alpha 3

* **New**: Added new class `AbstractReactionContent` to allow reacting to random contents
* **Changed**: Now makes use of code even listener instead of content type
* **Changed**: Changed the option from `content-type` to `seed` for the CLI command

## Changelog for v1.0.0 Alpha 2

* **New**: Set tags when creating threads
* **New**: Users will now have an avatar
* **New**: User will also choose to accept/deny admin emails
* **Changed**: Users will be more unique
* **Changed**: Reorganize the way next seed is calculated
* **Fixed**: Wrong job filename
* **Fixed**: Limit being set to between 1K and 5K instead of 5K and 10K for Thread seed
* **Fixed**: Argument 1 passed must be of the type array or null, string is given when running seeder for a specific content type

## Changelog for v1.0.0 Alpha 1

First alpha release.

0 comments on commit 06c488c

Please sign in to comment.