Skip to content

Tags: chialab/cakephp-geometry

Tags

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CakePHP 5.x support (#18)

* upgrade to cakephp 5.x

* Geometry tests

* GeometryType tests

* fix codesniffer errors in GeometryBehavior

* fix phpstan errors

* require only cakephp orm

v0.4.1

Toggle v0.4.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Add decorator method for Geometry conversion (#17)

* Add decorator method for Geometry convertion

* Update src/Database/Type/GeometryType.php

Co-authored-by: Paolo Cuffiani <paolo.cuffiani@gmail.com>

* Update src/Database/Type/GeometryType.php

Co-authored-by: Paolo Cuffiani <paolo.cuffiani@gmail.com>

* Update src/Database/Type/GeometryType.php

Co-authored-by: Paolo Cuffiani <paolo.cuffiani@gmail.com>

* Fix cs and stan issues

---------

Co-authored-by: Paolo Cuffiani <paolo.cuffiani@gmail.com>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from chialab/chore/add-mixed-return-type

Add `mixed` return type to `jsonSerialize`

Verified

This tag was signed with the committer’s verified signature.
fquffio Paolo Cuffiani

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from chialab/add-contains-improve-mysql-wkb-filter

v0.3.2

Toggle v0.3.2's commit message
fix serializeAs initialization

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from chialab/serialize-as-method

Add `serializeAs` property

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from chialab/geometry-behavior

Introducing the Geometry behavior

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from chialab/relax-cakephp-constraint

Relax cakephp constraint

v0.1.1

Toggle v0.1.1's commit message
fix: fix namespace to comply with PSR-4