Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixes and internal changes #9

Merged
merged 20 commits into from
Nov 29, 2020
Merged

Bug fixes and internal changes #9

merged 20 commits into from
Nov 29, 2020

Conversation

MarwanAlsoltany
Copy link
Owner

No description provided.

* Fix mistake of writing [optional] before variable name in DocBlocks
* Fix mistake of writing [optional] before variable name in DocBlocks
* Add @SInCE to gettable() method DocBlock
* Remove deprecated method get()
* Remove $configFlat property and all of its references
* Update $configPath property to be a realpath
* Fix some coding style issues
* Remove @codeCoverageIgnore from emit() method DocBlock
* Add objectToArray() method
* Add arrayToObjcet() method
* Add getArrayValueByKey() method
* Add setArrayValueByKey() method
* Add tests for emit() method
* Add tests for objectToArray() method
* Add tests for arrayToObjcet() method
* Add tests for getArrayValueByKey() method
* Add tests for setArrayValueByKey() method
* Add has() method
* Add get() method
* Add set() method
* Add tests for has() method
* Add tests for get() method
* Add tests for set() method
* Remove test of the old get() method
* Fix an issue with log() method when checking for file size
* TLDR: almost a complete rewrite
* Add serializations types as class constants
* Add methods to assert for PHP und JSON (un)serializations errors
* Add a new $strict property to determine serialization strictness
* Add a isStrict() and setStrict() methods
* Add $strict parameter to serialize() and unserialize() methods
* Add deserialize() method as an alias for unserialize()
* Rafactor serialize() and unserialize() methods to use asserions
* Refactor setType() method to check if the type is supported
* Refactor diffrent methods to make use of available setters
* Update DocBlocks und Exceptions Messages of different methods
* Fix some issues with coding style
* Add new tests to test methods intouduced by last commit
* Fix some typos
* Add $strict parameter to the call of $serializer->unserialize() in consumerTestCallback() method
* Add $strict parameter to the call of $serializer->unserialize() in callback() method
* Fix some coding style issues
* Fix some typos
* Add rabbitmqadmin command snippet to delete all queues
* Fix some typos
* Add pages for the newly created methods
* Add v1.2.2 release notes
* Remove unneccessary check for $parts array in getArrayValueByKey() method
* Remove the check for PHP version in assertNoJsonSerializationError() method
* Remove catch block contents in assertNoJsonSerializationError() method
* Fix some typos in DocBlocks
@MarwanAlsoltany MarwanAlsoltany merged commit 59dd4dd into master Nov 29, 2020
@MarwanAlsoltany MarwanAlsoltany added the enhancement New feature or request label Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant