UNPKG

factory-bot-ts

Version:

A simple library for setting up TypeScript objects as test data - heavily inspired by the awesome Ruby's factory_bot

22 lines (12 loc) 1.03 kB
<a name="0.1.5"></a> ## [0.1.5](https://github.com/roalcantara/factory-bot-ts/compare/v0.1.4...v0.1.5) (2018-08-07) ### Bug Fixes * **factories:** Fix extend method ([e53905d](https://github.com/roalcantara/factory-bot-ts/commit/e53905d)) * **factories:** Fix the clear method ([4d96588](https://github.com/roalcantara/factory-bot-ts/commit/4d96588)) * **factories:** Fix the count method ([9b29a62](https://github.com/roalcantara/factory-bot-ts/commit/9b29a62)) * **factories:** Require partial attributes ([22f55c6](https://github.com/roalcantara/factory-bot-ts/commit/22f55c6)) * **release:** Add dist folder ([8754133](https://github.com/roalcantara/factory-bot-ts/commit/8754133)) * **release:** Update dist folder ([40f15f8](https://github.com/roalcantara/factory-bot-ts/commit/40f15f8)) ### Features * **factories:** Add extend method ([181d934](https://github.com/roalcantara/factory-bot-ts/commit/181d934)) * **factories:** Add factory-bot ([631c447](https://github.com/roalcantara/factory-bot-ts/commit/631c447))