Commit Graph

118 Commits

Author SHA1 Message Date
Ben Ramsey 02fda8f9c2 Updating the README for clarity and with links to API docs 2013-07-30 14:53:16 -05:00
Ben Ramsey 721181e327 Bumping the version to 2.4.0 and updating the CHANGELOG 2.4.0 2013-07-29 19:05:42 -05:00
Ben Ramsey 2bb29fcba5 Regenerating the docs 2013-07-29 19:03:23 -05:00
Ben Ramsey 588a19b706 Better formatting for documentation and improved clarity on getVersion() 2013-07-29 18:53:43 -05:00
Ben Ramsey 75031718ab Enhance tests by using an array of known values from the Python UUID tests 2013-07-26 17:38:16 -05:00
Ben Ramsey 1f14542622 Enhance the massive time test with more usec values and compare times 2013-07-26 17:36:41 -05:00
Ben Ramsey 22d0b44844 Enhance tests for version-3 and version-5 UUIDs with more known values 2013-07-26 17:35:49 -05:00
Ben Ramsey 8da98305c7 Add some code comments to explain the time value being used. 2013-07-26 17:35:00 -05:00
Ben Ramsey 77c9c154f6 Allow a 128-bit integer formatted as a hex string in Uuid::fromString() 2013-07-26 17:34:27 -05:00
Ben Ramsey 6530b2610d Return null for the version if variant isn't RFC 4122 2013-07-26 17:33:08 -05:00
Ben Ramsey a0ab45f7dd Updating docblock with explanation of why it's good to sort UUIDs 2013-07-26 17:31:50 -05:00
Ben Ramsey 5c011f467e Updating dev-master branch alias 2013-07-16 10:19:39 -05:00
Ben Ramsey d110a15498 Correcting wrong version number in the CHANGELOG
Unfortunately, this made it into the 2.3.0 tag with the number 2.2.1
listed in the CHANGELOG.
2013-07-16 10:15:28 -05:00
Ben Ramsey eca9792eb0 Updated CHANGELOG and README for release 2.3.0 2.3.0 2013-07-16 10:13:38 -05:00
Ben Ramsey d7b7b327e7 Regenerating documentation. 2013-07-16 10:07:49 -05:00
Ben Ramsey 1a43ec52f4 Merge pull request #14 from asm89/from-bytes
Add `Uuid::fromBytes()` to (re-)create a Uuid from a byte string
2013-07-16 08:03:08 -07:00
Alexander ebe97d4c27 Add Uuid::fromBytes() to (re-)create a Uuid from a byte string 2013-07-16 13:44:28 +02:00
Ben Ramsey 9b68c50502 Bumping master branch alias for Composer 2013-07-04 11:15:18 -05:00
Ben Ramsey 0edd54dd46 Updated CHANGELOG and README 2.2.0 2013-07-04 11:06:55 -05:00
Ben Ramsey 7ff2391f17 Merge branch 'zerrvox-patch-1' 2013-07-04 10:59:41 -05:00
Ben Ramsey cf9fe59975 Removed minimum stability of "dev" from composer.json 2013-07-04 10:58:59 -05:00
Ben Ramsey ae04fc49a5 Regenerated documentation to include the new requiresSQLCommentHint() 2013-07-04 10:52:08 -05:00
Ben Ramsey 4333707ecd Added a test for requiresSQLCommentHint() 2013-07-04 10:51:23 -05:00
Ben Ramsey 73f746aad5 Removed unnecessary whitespace. 2013-07-04 10:50:44 -05:00
Jesper Pedersen 8bb74e0297 added requiresSQLCommentHint true
To make Doctrine schema tool able distinguish between this type and string such that it does not try to update the field every time update schema is run.
2013-07-04 14:09:23 +02:00
Ben Ramsey 1e5a0dcaf5 Updated the changelog notes 2.1.2 2013-07-03 18:06:31 -05:00
Ben Ramsey 41f9f27337 Rather than skipping these tests, just return for a clean test run 2013-07-03 18:00:49 -05:00
Ben Ramsey e44a6ae90f Ensure uppercase digits in the node are converted to lowercase 2013-07-03 17:59:25 -05:00
Ben Ramsey c45f2c3cab Updating CHANGELOG for version 2.1.1 2013-04-29 15:58:42 -05:00
Ben Ramsey 9d175d1d79 Fixed NIL bug in isValid() method, reported by @ocubom in PR #11 2.1.1 2013-04-29 15:38:09 -05:00
Ben Ramsey 79a655e886 Bump version numbers and update Travis to test on PHP 5.5 2.1.0 2013-04-15 18:43:05 -05:00
Ben Ramsey 37a32ad9fe Updating HTML documentation for the 2.1.0 release 2013-04-15 18:35:50 -05:00
Ben Ramsey 8d96019717 Updated CHANGELOG for version 2.1.0 release 2013-04-15 18:32:02 -05:00
Ben Ramsey 87a7365c80 Merge pull request #11 from ericthelin/feature-is-valid
Merging in pull request to create an isValid method
2013-04-15 16:18:48 -07:00
Eric Thelin 77d2aa5007 only call the getClockSeqHiAndReserved method once because it will have the same data each time 2013-04-15 17:48:14 -05:00
Eric Thelin 40a13a18c6 create isValid method call to check is a UUID matches the standards including tests 2013-04-15 17:47:08 -05:00
Ben Ramsey 901febf14a Added date to the 2.0.0 release 2013-02-11 14:48:25 -06:00
Ben Ramsey 257d668b6e Setting up dev-master branch alias for 2.0.x-dev 2.0.0 2013-02-11 13:16:50 -06:00
Ben Ramsey 27626f623a Merge pull request #9 from ramsey/feature-32bit-support
32bit Support and Other Improvements
2013-02-11 11:01:27 -08:00
Ben Ramsey 5da5e08188 Removed 64-bit requirement statement from composer.json description
[ci skip]
2013-01-20 11:38:58 -06:00
Ben Ramsey 33198005c9 Bumping copyright year to 2013. 2013-01-20 11:35:46 -06:00
Ben Ramsey c896ce833e Fixing typo in changelog 2013-01-20 11:30:50 -06:00
Ben Ramsey be9325ffc9 Updated example in README to show usage of try/catch for dependencies 2013-01-20 11:07:25 -06:00
Ben Ramsey a07a86ef14 Improved exception messages to provide hints for other methods to call 2013-01-20 11:06:56 -06:00
Ben Ramsey 936f8e0b8e Adding a CHANGELOG to the repository 2013-01-19 13:32:02 -06:00
Ben Ramsey a375603287 Adding line to README about generated API documentation. 2013-01-19 13:31:41 -06:00
Ben Ramsey 9a7b5b9053 Adding generated API documentation to the repository 2013-01-19 13:30:53 -06:00
Ben Ramsey a5f297be77 Improved and cleaned up API documentation. 2013-01-19 13:27:10 -06:00
Ben Ramsey 689af97cd9 Throw exception from getTimestampHex() if not a version 1 UUID 2013-01-19 13:25:32 -06:00
Ben Ramsey 8f63d671a7 Replace BadMethodCallException with UnsatisfiedDependencyException 2013-01-19 12:48:05 -06:00