Turns comma splitter into a more generic splitter.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 21 Jul 2014 22:25:53 +0000 (23:25 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 23 Jul 2014 22:43:41 +0000 (23:43 +0100)
commit9bbebe35bf84094619e4cd133cf0c630e4579e0c
tree74ba05d22f688844d2cc270ae67ba4a2f8d737a4
parentb7a88b1ffc55f0ac51ca89ca543a7093f2b74e1a
Turns comma splitter into a more generic splitter.

* No longer accepts splitted value as constructor argument but in split method instead.
* Accepts separator value to split over in constructor.
lib/clean.js
lib/properties/processable.js
lib/text/comma-splitter.js [deleted file]
lib/text/splitter.js [new file with mode: 0644]
test/text/comma-splitter-test.js [deleted file]
test/text/splitter-test.js [new file with mode: 0644]