Ben Ramsey
|
4e445a5467
|
Merge branch 'patch-1' of github.com:boekkooi/uuid into boekkooi-patch-1
|
2014-10-29 22:47:27 -05:00 |
|
Ben Ramsey
|
94b0103ef8
|
Setting version in master to 2.7.x-dev
|
2014-10-29 22:39:33 -05:00 |
|
Ben Ramsey
|
eb1d371067
|
Bumping the version number to 2.7.4
2.7.4
|
2014-10-29 22:36:49 -05:00 |
|
Ben Ramsey
|
72a7201162
|
Merge pull request #37 from fisharebest/gitattributes
Exclude build/development tools from releases using .gitattributes
|
2014-10-29 21:05:37 -05:00 |
|
Ben Ramsey
|
027e7780db
|
Merge pull request #35 from jwpage/doc_toString
Use toString function in README
|
2014-10-29 20:51:08 -05:00 |
|
Ben Ramsey
|
e66eb997a1
|
Set timezone for tests
|
2014-10-24 08:55:20 -05:00 |
|
Greg Roach
|
6485884397
|
Exclude build/development tools from releases using .gitattributes
|
2014-10-24 14:31:22 +01:00 |
|
Johnson
|
6ae242b0cc
|
Set the default timezone to avoid errors in hhvm
Added a default timezone to the bootstrap.php to fix errors in HHVM
tests, which was introduced when Travis removed the default `/etc/hhvm/php.ini`
in https://github.com/travis-ci/travis-ci/issues/2523#issuecomment-59303763
|
2014-10-19 17:58:09 +11:00 |
|
Johnson
|
3ba3365808
|
Use toString function in README
This helps illustrate that the uuidX() functions return Uuid objects,
and not strings.
|
2014-10-19 15:57:14 +11:00 |
|
Ben Ramsey
|
a8c91e04f6
|
Merge pull request #33 from gabrielsch/fix/unused-variable
Optimizing byte generation loop
|
2014-10-10 13:46:04 -05:00 |
|
Gabriel Schmitt
|
02b97224f2
|
Fixing unused variable on byte generation loop.
|
2014-10-10 14:55:19 -03:00 |
|
Warnar Boekkooi
|
2e9402d1a3
|
Doctrine conversion make friendlier
|
2014-09-05 11:22:32 +08:00 |
|
Ben Ramsey
|
41dcfcd8e2
|
Remove phpdoc config in favor of apigen.
|
2014-09-02 15:09:26 -05:00 |
|
Ben Ramsey
|
fa84298c14
|
Setting version in master to 2.7.x-dev
|
2014-08-27 17:43:01 -05:00 |
|
Ben Ramsey
|
b976326ca5
|
Bumping the version number to 2.7.3
2.7.3
|
2014-08-27 17:39:41 -05:00 |
|
Ben Ramsey
|
e4dc84b629
|
Merge pull request #29 from simensen/correct-upper-range-for-mt_rand
Correct upper range for mt_rand.
|
2014-08-27 17:34:10 -05:00 |
|
Beau Simensen
|
aed56786e1
|
Correct upper range for mt_rand.
|
2014-08-27 14:59:52 -05:00 |
|
Ben Ramsey
|
ccabc07c64
|
Bumping the version number to 2.7.2
2.7.2
|
2014-07-28 12:51:57 -05:00 |
|
Ben Ramsey
|
023de5627b
|
Now using PHPUnit 4 to run the tests.
|
2014-07-28 11:36:44 -05:00 |
|
Ben Ramsey
|
1aa26b0143
|
Make sure Composer is up-to-date
|
2014-04-11 16:59:29 -05:00 |
|
Ben Ramsey
|
9655ba143c
|
Merge pull request #24 from h4cc/patch-1
Added HHVM Tested Badge.
|
2014-03-20 12:19:33 -05:00 |
|
Julius Beckmann
|
ebe92cadff
|
Added HHVM Tested Badge.
So everyone can see it works with HHVM :)
|
2014-03-20 17:48:38 +01:00 |
|
Ben Ramsey
|
d1faf12813
|
Merge pull request #22 from pborreli/typos
Fixed typos
|
2014-03-14 13:35:50 -05:00 |
|
Pascal Borreli
|
4c52b8c392
|
Fixed typos
|
2014-03-06 02:05:57 +00:00 |
|
Ben Ramsey
|
00ab1e1cd3
|
Adding Coveralls.io integration
|
2014-02-28 08:31:43 -06:00 |
|
Ben Ramsey
|
e4a7c89c5c
|
Add PHP 5.6 to the Travis CI config
|
2014-02-26 13:05:13 -06:00 |
|
Ben Ramsey
|
c43be02bd9
|
Upgraded to PSR-4 autoloading
|
2014-02-21 18:35:01 -06:00 |
|
Ben Ramsey
|
8569983a11
|
Bumping the version number to 2.7.1
2.7.1
|
2014-02-21 18:08:43 -06:00 |
|
Ben Ramsey
|
f02da50e50
|
Ensure that tests run even in cases when dev packages are not present
|
2014-02-21 18:01:35 -06:00 |
|
Ben Ramsey
|
cd315b29ab
|
Skip console tests if symfony/console and moontoast/math are not present
|
2014-02-21 14:53:53 -06:00 |
|
Ben Ramsey
|
5b1c44a5ce
|
Switch tests to use ISO format date, since days of week are hard.
|
2014-02-21 13:53:23 -06:00 |
|
Ben Ramsey
|
2ea4c90bd7
|
Support symfony/console for 2.3 (LTS version); fixes #21
|
2014-02-19 20:20:49 -06:00 |
|
Ben Ramsey
|
4fa3a7abfd
|
Moving moontoast/math and symfony/console to require-dev; fixes #20
|
2014-02-19 19:41:12 -06:00 |
|
Ben Ramsey
|
cefaa9aa6c
|
Bumping dev version for master branch
|
2014-01-31 12:34:41 -06:00 |
|
Ben Ramsey
|
f4d16d233a
|
Bumping version number for 2.7.0 release
2.7.0
|
2014-01-31 12:32:03 -06:00 |
|
Ben Ramsey
|
6d14319128
|
Moved UUID validation regex pattern into constant for external use
|
2014-01-31 12:21:12 -06:00 |
|
Ben Ramsey
|
57f1d1fa94
|
Remove moontoast/math from suggested packages, since it is now required
|
2014-01-27 18:34:47 -06:00 |
|
Ben Ramsey
|
ecbc32913f
|
Bumping version number for 2.6.1 release
2.6.1
|
2014-01-27 18:25:52 -06:00 |
|
Ben Ramsey
|
f8d287eb67
|
Fix bug in which uuid CLI tool could not find autoloader
|
2014-01-27 18:16:40 -06:00 |
|
Ben Ramsey
|
806f46722f
|
Bumping version number for 2.6.0 release
2.6.0
|
2014-01-17 17:40:22 -06:00 |
|
Ben Ramsey
|
f4a29df2a8
|
Remove failure allowance for tests in HHVM on Travis CI
|
2014-01-17 17:30:07 -06:00 |
|
Ben Ramsey
|
7b8faa3c9a
|
Updating Travis CI to run tests on HHVM
|
2014-01-17 17:24:21 -06:00 |
|
Ben Ramsey
|
3a03915e25
|
Bumping copyright year in preparation for release
|
2014-01-17 17:15:43 -06:00 |
|
Ben Ramsey
|
f71690b630
|
Updating documentation
|
2014-01-17 17:10:17 -06:00 |
|
Ben Ramsey
|
e82d2f23aa
|
Merge branch 'uuid-console-application'
|
2014-01-17 16:55:52 -06:00 |
|
Ben Ramsey
|
ef48173004
|
Full test coverage for the console decode command
|
2014-01-17 16:39:09 -06:00 |
|
Ben Ramsey
|
a7e43e546a
|
Full test coverage for getHex() and getInteger()
|
2014-01-17 16:38:44 -06:00 |
|
Ben Ramsey
|
c11b5020cd
|
Finish support for decode console command
|
2014-01-17 16:38:16 -06:00 |
|
Ben Ramsey
|
2eaf153ce4
|
Add the getHex() method
|
2014-01-17 16:37:51 -06:00 |
|
Ben Ramsey
|
7850144c28
|
Make Moontoast\Math as part of the regular requirements
|
2014-01-16 22:53:55 +00:00 |
|