Skip to content

Releases: albertborsos/yii2-ddd

1.0.1

21 Jun 13:47
Compare
Choose a tag to compare
fix composer dependencies

1.0.0

21 Jun 13:33
Compare
Choose a tag to compare
add tests for MockConfig and MockTrait

0.4.3: Merge pull request #7 from albertborsos/improve-to-mock-objects

26 Mar 09:29
b4b3441
Compare
Choose a tag to compare
allow to return multiple mocked objects as a mocked return value

0.4.0: Mockery helper (#5)

22 Feb 12:55
bdd971c
Compare
Choose a tag to compare
  • supports only php 7.1+
  • MockTrait and MockConfig classes added to improve tests

0.3.4

31 Jan 16:21
Compare
Choose a tag to compare
fix to generate relation namespaces and remove prefixes from relation…

0.3.3: Fix gii templates and improve generators (#4)

23 Jan 14:06
dfa2193
Compare
Choose a tag to compare
* fix invalid `getId` method call because it is not exist since `0.3.0`

* remmove redundancy from Model generator

* remmove redundancy from CRUD generator

* remove invalid $model->getId() calls from examples

* add travis build configurations

remove composer.lock to fix builds

update travis config to fix builds

add asset-packagist repository to fix builds

add travis badge to readme

0.3.2: Update gii templates (#3)

02 Oct 09:59
a81f980
Compare
Choose a tag to compare
* update string classnames to ::class versions

* update deprecated ::className() usages to ::class

* redirect to update action after successful create

* use Json::errorSummary() for error messages

0.3.1

27 Sep 08:55
d025722
Compare
Choose a tag to compare
update to get fixtures for codeception 2.4 (#2)

* update fixture handling

* add missing namespaces for form classes

* add missing namespaces for service classes

0.3.0

26 Sep 08:37
580ef17
Compare
Choose a tag to compare
Improvements (#1)

* remove inaccurate description of process method from docblock and fix return type

* remove unnecessary resource related parts from gii template

* preload correct model namespace

* rename AbstractDomain to AbstractService because it is more relevant naming

* update readme for new classes and naming convention

* update crud templates

* rename test methods in templates

* allow to configure test path in crud template

* mark deprecated classes

* rename domains to services in test templates

* update module name default placeholder in ns property of model generator

0.1.0

29 Jan 09:11
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
improve to pass domain and resource errors to form object