Skip to content

Releases: sroehrl/neoan3-transformer

LTS l

21 Apr 03:02
9a1ca87

Choose a tag to compare

v1.1.4

Update composer.json

LTS

21 Apr 02:14
e7de21a

Choose a tag to compare

LTS

neoan3 v2 transformer

  • update for new composer

Findr

05 Aug 04:57
c9eeec9

Choose a tag to compare

Merge pull request #6 from sroehrl/empty-return-handling

Ensure result is filled in find

Magic fix: find

28 Sep 00:32

Choose a tag to compare

Small patch for better deep-find support

add magic!

27 Sep 20:49
33aab77

Choose a tag to compare

Greatly simplifies integration.

Just place this snippet in any model-class:

    static function __callStatic($name, $arguments)
    {
        return Transformer::addMagic($name,$arguments);
    }

Public release

16 Sep 16:52

Choose a tag to compare

this version is suitable for neoan3 ^0.0.2

Initial release

16 Sep 15:12
d7b5669

Choose a tag to compare

Modal abstraction app for transformer capability of neoan3.