Daniel St. Jules
|
edbda419cb
|
2.4.0
2.4.0
|
2017-03-02 15:43:29 -05:00 |
|
Daniel St. Jules
|
e8afcffc7c
|
Add ў and Ў to charsArray
|
2017-03-02 15:33:26 -05:00 |
|
Daniel St. Jules
|
986260239d
|
Fix safeTruncate tests
|
2017-03-02 15:18:53 -05:00 |
|
forevermatt
|
841600867d
|
Fix safeTruncate to handle strings without spaces and those where the first word is longer than the desired truncation length
Before this, calling safeTruncate with a string without spaces and a truncate length less than the string length would return an empty string.
|
2017-03-02 15:18:53 -05:00 |
|
Daniel St. Jules
|
845e8d693d
|
Merge pull request #153 from vpassapera/feature/fix-phpdoc
Fixes phpdoc for objects extending stringy.
|
2017-03-01 00:33:19 -05:00 |
|
Daniel St. Jules
|
b35270671c
|
Merge pull request #143 from fgambino/patch-1
Add full width character forms to ascii map
|
2017-02-28 23:54:27 -05:00 |
|
Daniel St. Jules
|
0aab4361bf
|
Merge pull request #157 from OlivierBarbier/master
Reuse substr method
|
2017-02-28 23:46:09 -05:00 |
|
Daniel St. Jules
|
df777da6ac
|
Add endsWithAny
|
2017-02-28 23:41:49 -05:00 |
|
Daniel St. Jules
|
ded4d41d44
|
Use table for linking to methods
|
2017-02-28 23:31:03 -05:00 |
|
Daniel St. Jules
|
569736327a
|
Fix readme link
|
2017-02-28 23:24:33 -05:00 |
|
Daniel St. Jules
|
6f2e2851ac
|
Add startsWithAny to readme
|
2017-02-28 23:23:43 -05:00 |
|
Daniel St. Jules
|
553bf37acb
|
Merge pull request #151 from vikpe/master
Add documentation for stripWhitespace()
|
2017-02-28 23:16:59 -05:00 |
|
Olivier Barbier
|
916f79221e
|
Reuse substr method
|
2017-02-16 12:13:56 +01:00 |
|
Victor Passapera
|
d71d4f0ad6
|
Fixes phpdoc for objects extending stringy.
|
2017-01-19 22:42:06 -08:00 |
|
Daniel St. Jules
|
de93eab01f
|
Merge pull request #147 from mimmi20/master
New method request: startsWithAny()
|
2016-12-23 12:46:28 -08:00 |
|
Thomas Müller
|
9b6404d5c3
|
update array syntax
|
2016-12-23 21:28:39 +01:00 |
|
Viktor Persson
|
27a4f11f2e
|
Added documentation for stripWhitespace().
|
2016-12-22 10:37:27 +01:00 |
|
Daniel St. Jules
|
46de78bda9
|
Merge pull request #150 from vikpe/master
Add stripWhitespace
|
2016-12-22 01:03:59 -08:00 |
|
Daniel St. Jules
|
cb14fc2e6b
|
Change private to protected to facilitate extending class
|
2016-12-21 23:28:07 -08:00 |
|
Daniel St. Jules
|
090a15f2fd
|
Fix #142 - Fix and improve exception in supportsEncoding
|
2016-12-21 23:25:46 -08:00 |
|
Viktor Persson
|
d80347e72a
|
Add stripWhitespace
|
2016-12-20 19:40:02 +01:00 |
|
Thomas Müller
|
0491ed8db8
|
add startsWithAny function
|
2016-10-31 19:54:19 +01:00 |
|
Frank Gambino
|
eb445b55ef
|
Use utf-8 representation of the wide space char
|
2016-09-29 09:35:01 -04:00 |
|
Frank Gambino
|
91b153d30e
|
Add wide non-breaking space
|
2016-09-29 09:26:35 -04:00 |
|
Frank Gambino
|
9ebdf88b71
|
Add full width character forms to ascii map
Reference: http://www.fileformat.info/info/unicode/block/halfwidth_and_fullwidth_forms/list.htm
|
2016-09-29 09:19:33 -04:00 |
|
Daniel St. Jules
|
0607751e17
|
Merge pull request #139 from tomeh/documentation-fixes
Updated documentation.
|
2016-06-14 13:50:55 -07:00 |
|
Tom Harris
|
6507f0ac44
|
Updated documentation.
Fixed presumed typos.
|
2016-06-14 21:13:57 +01:00 |
|
Daniel St. Jules
|
4e214a5195
|
2.3.2
2.3.2
|
2016-05-02 08:18:10 -07:00 |
|
Daniel St. Jules
|
fcc2969210
|
Merge pull request #137 from danielstjules/mbstring
Fix #134: Improve support without mbstring
|
2016-05-02 08:14:50 -07:00 |
|
Daniel St. Jules
|
30d1742082
|
Work on full support with mbstring module
|
2016-05-01 19:16:24 -07:00 |
|
Daniel St. Jules
|
bd90918858
|
2.3.1
2.3.1
|
2016-03-21 13:26:21 -07:00 |
|
Daniel St. Jules
|
a2d1ec535a
|
Fix #129: Always use root namespace for mbstring functions
|
2016-03-21 13:22:27 -07:00 |
|
Daniel St. Jules
|
b953a85d2c
|
Add capture group test to regexReplaceProvider
|
2016-03-19 17:57:04 -07:00 |
|
Daniel St. Jules
|
e07a07a076
|
Add capture group example to readme
|
2016-03-19 17:53:09 -07:00 |
|
Daniel St. Jules
|
c4d785d29f
|
Fix changelog date
|
2016-03-19 17:34:20 -07:00 |
|
Daniel St. Jules
|
5554477962
|
2.3.0
2.3.0
|
2016-03-19 17:33:13 -07:00 |
|
Daniel St. Jules
|
87c1a47355
|
Support older verisons of composer
|
2016-03-19 17:21:08 -07:00 |
|
Daniel St. Jules
|
6d558974ba
|
Merge pull request #120 from lucasmichot/feature/master/useless-else
Remove some useless else.
|
2016-02-10 13:20:49 -08:00 |
|
Daniel St. Jules
|
5a9b987f9a
|
Merge pull request #124 from lucasmichot/feature/master/integrates-polyfill
Add polyfill
|
2016-02-09 16:59:23 -08:00 |
|
Lucas Michot
|
e3d397fa74
|
Add polyfill
|
2016-02-10 01:56:06 +01:00 |
|
Daniel St. Jules
|
ffc3fa5ff9
|
Merge pull request #112 from lucasmichot/feature/master/polyfill
WIP - Allows Stringy to work without ext-mbstring
|
2016-02-09 16:43:13 -08:00 |
|
Lucas Michot
|
c3f25577ed
|
Avoid duplicate jobs
|
2016-02-10 01:38:59 +01:00 |
|
Lucas Michot
|
5a4629662c
|
Add tests matrix
|
2016-02-10 01:28:12 +01:00 |
|
Lucas Michot
|
823e50a340
|
Allows Stringy to work without ext-mbstring
|
2016-01-08 18:35:53 +01:00 |
|
Daniel St. Jules
|
9d77c49fca
|
Merge pull request #117 from lucasmichot/feature/master/phpunit-autoload
Let phpunit load autoload.php
|
2016-01-08 09:32:17 -08:00 |
|
Daniel St. Jules
|
a074d2a2ac
|
Merge pull request #118 from lucasmichot/feature/master/import
Avoid FQN in code
|
2016-01-08 09:30:30 -08:00 |
|
Daniel St. Jules
|
b7cfa84219
|
Merge pull request #119 from lucasmichot/feature/master/export-ignore-editorconfig
Do not export .editorconfig
|
2016-01-08 09:25:15 -08:00 |
|
Lucas Michot
|
e3be6a56ea
|
Composer install for travisCI tests.
|
2016-01-08 18:22:09 +01:00 |
|
Lucas Michot
|
bdbd4d7541
|
Let phpunit load autoload.php
|
2016-01-08 18:01:20 +01:00 |
|
Lucas Michot
|
8419369f3b
|
Add some imports
|
2016-01-08 18:01:13 +01:00 |
|