Releases: Julien-R44/factorify
Releases · Julien-R44/factorify
v1.0.1
After receiving some advice, I decided to rename and republish the package to @julr/factorify
instead of @julr/factorio
. So make sure to update this in your package.json
As a result, there are several breaking changes to note:
Core
defineFactorioConfig
todefineFactorifyConfig
Japa plugin
factorio
tofactorify
for the plugin constructor
v1.0.0
No significant changes
View changes on GitHub
v1.0.0-beta.4
🚀 Features
- Add a way to make stub of models - by @Julien-R44 (7c58f)
- Add some overload on
with
method - by @Julien-R44 (8f9c3)
View changes on GitHub
v1.0.0-beta.3
🚨 Breaking Changes
- Change
defineFactory
api - by @Julien-R44 (58e1f) - Change relationship API - by @Julien-R44 (bc993)
🚀 Features
- Add custom casing strategy - by @Julien-R44 (cd02b)
- Make first level
with
name type safe - by @Julien-R44 (f3ec7) - Support cross-references factories - by @Julien-R44 (1d53f)
View changes on GitHub
v1.0.0-beta.2
No significant changes
View changes on GitHub
v1.0.0-beta.1
🚀 Features
- Add
belongsTo
relationship - by @Julien-R44 (2e038) - Try to assume FK and PK - by @Julien-R44 (ff174)
- Allow to pass custom locale for faker - by @Julien-R44 (eba90)
🐞 Bug Fixes
- Handle relationship with merge array - by @Julien-R44 (297cf)
View changes on GitHub
v1.0.0-beta.0
Pre-release for internal testing.