Leonel Quinteros
cdca884001
Merge branch 'master' of github.com:leonelquinteros/php-toml
2016-02-23 11:32:49 -03:00
Leonel Quinteros
1f7c3a358b
Add travis support
2016-02-23 11:32:34 -03:00
Leonel Quinteros
f3dd622363
Update version comment on class file to match v0.4.0
2016-02-23 11:29:02 -03:00
Leonel Quinteros
808575d680
Merge pull request #3 from jakwings/patch-1
...
Fix Boolean
2016-01-11 07:49:27 -03:00
J.W
49fbafbba7
Fix Boolean
2016-01-11 18:37:44 +08:00
Leonel Quinteros
bcad78fafa
Improve toml-test response interface
v0.4.0
2015-03-27 20:43:13 -03:00
Leonel Quinteros
3b57a3c42a
Throw exception on invalid table names
2015-03-27 20:32:03 -03:00
Leonel Quinteros
083c98ae75
Improve table name parser.
2015-03-27 20:18:11 -03:00
Leonel Quinteros
cb55cb81e7
Fix table-whitespace test
2015-03-27 20:11:59 -03:00
Leonel Quinteros
9528986998
Fixed response value for toml-test
2015-03-27 19:39:13 -03:00
Leonel Quinteros
7bf1108480
Fix toml-test interface types. Added parser fixes.
2015-03-27 19:32:21 -03:00
Leonel Quinteros
bf49367b2c
Test fixes
2015-03-27 19:13:43 -03:00
Leonel Quinteros
0f4f19522e
Remove debug prints
2015-03-27 18:23:53 -03:00
Leonel Quinteros
0e8a3b98f8
README mention about support for github.com/BurntSushi/toml-test
2015-03-27 15:35:54 -03:00
Leonel Quinteros
7f8311ffca
Added support for github.com/BurntSushi/toml-test
2015-03-27 15:29:26 -03:00
Leonel Quinteros
2fb5908103
Add support for TOML version 0.4.0
2015-03-27 13:46:10 -03:00
Leonel Quinteros
1c3eafd203
Extended example v0.4.0
2015-02-18 11:08:56 -02:00
Leonel Quinteros
b2e3bf551c
Renamed source file and help for special environments
2014-11-11 12:07:14 -02:00
Leonel Quinteros
f805a8a68a
Refactoring. Initial support for v0.3.0
2014-11-11 11:15:42 -02:00
Leonel Quinteros
5f9260a262
DateTime object support
2014-11-10 20:32:17 -02:00
Leonel Quinteros
a11556f488
Add LICENSE file
2014-11-10 20:24:36 -02:00
Leonel Quinteros
d773f3cdfd
Merge branch 'master' of github.com:leonelquinteros/php-toml
2014-11-10 20:23:00 -02:00
Leonel Quinteros
562a750034
Support for version 0.2.0
2014-11-10 20:22:40 -02:00
Leonel Quinteros
e9f1754a00
Supports for version 0.2.0
2014-11-10 20:21:44 -02:00
Leonel Quinteros
f10a8a6452
Match version to TOML spec version
v0.1.0
2013-04-24 14:41:11 -03:00
Leonel Quinteros
9c01b3c678
Version support
2013-04-24 13:35:33 -03:00
Leonel Quinteros
daf0b2b839
Improved Readme file
2013-03-17 18:46:31 -03:00
Leonel Quinteros
e3ed2340cd
Improved Readme file
2013-03-17 18:42:02 -03:00
Leonel Quinteros
7827982625
Support Unicode and \b chars.
2013-03-17 18:27:27 -03:00
Leonel Quinteros
2f1c034a78
Throw exception on key overwrite
2013-03-17 18:16:48 -03:00
Leonel Quinteros
0eb93e8d87
Throw exception on extra chars after keygroup definition
2013-03-17 17:51:43 -03:00
Leonel Quinteros
3e3fbf7e11
Support for hard example
2013-03-17 17:45:11 -03:00
Leonel Quinteros
8a8cb6c833
Code formatted after latest pull request.
2013-03-01 12:22:09 -03:00
Leonel Quinteros
e8cf926b47
Merge pull request #2 from ayushchd/master
...
Throws exceptions on mixed data type arrays
2013-03-01 07:18:50 -08:00
ayushchd
f5879641e9
Throw exception on mixed data type arrays
...
Modified the parser so as to throw an exception on encountering mixed
data types within an array. Also corrected the extended.toml to prevent
from throwing this exception because of malformed key "key"
2013-03-01 19:58:58 +05:30
Leonel Quinteros
c2f86aea0a
Support terminating commas before the closing bracket in arrays
2013-02-27 13:29:57 -03:00
Leonel Quinteros
66b7720028
Improve performance of loops. Precalculate limit.
2013-02-26 12:18:20 -03:00
Leonel Quinteros
a56504f310
Throw exception on invalid special characters on string definition.
2013-02-26 12:07:25 -03:00
Leonel Quinteros
082f61d462
Throw exception on multi-line strings.
2013-02-26 12:01:30 -03:00
Leonel Quinteros
65d2fb1672
Tests modified
2013-02-25 19:14:55 -03:00
Leonel Quinteros
82fb6ec5ce
Added support for arrays
2013-02-25 19:09:18 -03:00
Leonel Quinteros
eecc42ce2e
Better docs
2013-02-24 18:35:32 -03:00
Leonel Quinteros
89a75ff630
Support multiline arrays. Precompiler before parse.
2013-02-24 18:16:53 -03:00
Leonel Quinteros
02beb044e8
Primitives types support
2013-02-24 13:54:42 -03:00
Leonel Quinteros
502940e5f7
Doc on private function
2013-02-24 13:23:35 -03:00
Leonel Quinteros
36071214c9
Fixed Readme
2013-02-24 13:21:16 -03:00
Leonel Quinteros
b92abfe62f
Initial aproach
2013-02-24 13:16:23 -03:00
Leonel Quinteros
f557e1cad0
Initial commit
2013-02-24 06:53:32 -08:00