Commit graph

58 commits

Author SHA1 Message Date
abdennour
bf4275a011 Cup of coffee ️ with cake 🍰 2017-04-15 01:55:42 +03:00
abdennour
dbc2beb1fd Merge pull request #14 from abdennour/related-to-stackoverflow-question-43399407
Thanks to this answer in stackoverlow : http://stackoverflow.com/a/43401688/747579
2017-04-14 08:41:42 +03:00
abdennour
bed82ac82a 🔮 Remove react-addons-test-utils since it becomes is deprecated as of version 15.5.0 :
🔮 Upgrade React and its children 😀 to 15.5.4
🔮 Upgrade Enzyme
🔮 No need to release new NPM since all those are devDependencies . Github is enough actually. 👍🏼
2017-04-14 08:33:43 +03:00
abdennour
6e52b4cd9e Merge pull request #13 from abdennour/fix-special-characters-bug
Fix special characters bug : it closes #10
2017-04-13 22:16:10 +03:00
abdennour
062955cf0e fix dev dependencies to pass CI 2017-04-13 22:11:01 +03:00
abdennour
67c86464e3 RELEASE 🚚 1.0,6 2017-04-13 21:22:27 +03:00
abdennour
d6b576a50e Adjust 🔬 unit-tests according to change related to bug #10 2017-04-13 21:19:17 +03:00
abdennour
c9cc0857c6 Support special characteres , It is related to #10 2017-04-13 21:12:52 +03:00
abdennour
ffe8e6d34e cup of coffee 🍵 2017-04-08 02:31:19 +03:00
abdennour
b15153f17d Clear cache 2017-04-07 00:08:49 +03:00
abdennour
d07ce0e46f DEMO 💡 for CSVDownload 2017-04-07 00:04:09 +03:00
abdennour
e12119b634 DEMO 🔬 for CSVDownload 2017-04-07 00:02:21 +03:00
abdennour
6dbe82175b RELEASE 🚚 1.0.5
- It is related to #6 .
  - It fixes #6 .
2017-03-12 23:45:04 +03:00
abdennour
d323141c98 Merge pull request #7 from Danieth/master
Allowing falsy entries in json data. It fixes #6
2017-03-12 23:43:36 +03:00
Danieth
486589d967 Modified jsonsHeaders#jsons2arrays to work with falsy keys
* `header in object` should be a sufficient condition. The suggested
  `String(object[header])` wasn't passing the original tests - it caused
  keys that didn't exist on the object to be inserted as
  undefined. Checking if the key is in the object allows for falsy
  values, while preventing keys that haven't ever been set from leaking
  in.
* Should close issue #6
* https://github.com/abdennour/react-csv/issues/6
2017-03-12 15:17:52 -04:00
Danieth
fa77e1852e Added a failing test showing issue #6
* Replaced '99' with a numerical 0
* https://github.com/abdennour/react-csv/issues/6
2017-03-12 15:15:51 -04:00
abdennour
8f4d0b5a9a CDN of react-csv RELEASE 1.0.4 2017-03-12 15:50:25 +03:00
abdennour
8feeb16f77 RELEASE 🚚 : 1.0.4 2017-03-12 15:47:40 +03:00
abdennour
5db376605f Merge pull request #5 from quintezkiller/patch-1
Wrapping each element of the the row in quotes. It fixes #4
2017-03-12 15:46:03 +03:00
quintezkiller
dbc0a7ffe6 Upping version number 2017-03-09 09:08:07 -05:00
quintezkiller
b374b31422 Test updates 2017-03-09 08:58:43 -05:00
quintezkiller
77412d6c1f More test updates 2017-03-09 08:49:37 -05:00
quintezkiller
2d6ad78f7a Adding back lines that were accidentally removed 2017-03-09 08:37:27 -05:00
quintezkiller
b6218fa8c4 Fixing some tests 2017-03-09 08:26:40 -05:00
quintezkiller
56ab83adcd Wrapping each element of the the row in quotes
Commas inside of an element were not supported as the element in the data source wasn't being wrapped in quotes. Wrapping the element in quotes before joining should resolve the problem.
2017-03-09 07:42:35 -05:00
abdennour
f34895ca85 Pretty Example by "npm start" then browse "localhost:8008" 2017-02-18 16:54:53 +03:00
abdennour
2bd1ec4a05 RELEASE 🚒 1.0.3-RC1
Pattern library is hosted now under http://elegance.abdennoor.com/react-csv
2017-02-18 12:21:10 +03:00
abdennour
c049bb92fa -♻️ Merge with docgen branch
- http://elegance.abdennoor.com/react-csv is now available.
2017-02-18 12:14:26 +03:00
abdennour
83e13c8b36 Generate pattern library for components 2017-02-18 12:11:34 +03:00
abdennour
d46773cc94 🔓 Enable 🌳 tree shaking.
It resolves #1
2017-02-17 22:11:06 +03:00
abdennour
d4544e117e RELEASE 🚒 : 1.0.2
Ability of specifying the "filename" of the downloaded CSV file .

```
 <CSVLink filename={"persons.csv"} data={data}>Click here</CSVLink>
```
2017-02-17 21:29:18 +03:00
abdennour
c5053cf334 ✈️ migrate to static properies of ES7
proptypes should not be  capital
Add unit-test to check if separator has default value
2017-02-17 20:24:28 +03:00
abdennour
33fdb393c7 🗒 README should includes the 🗜 minified CDN 2017-02-17 19:31:57 +03:00
abdennour
6424b50082 🗜 minify CDN bundle 2017-02-17 19:30:02 +03:00
abdennour
2f602f791d Typo 2017-02-17 19:14:56 +03:00
abdennour
defaf72a0a 💡 for NON-node developers => CDN is mandatory 2017-02-17 19:13:26 +03:00
abdennour
f1df43e547 Add CDN in 🗒 README 2017-02-17 19:07:59 +03:00
abdennour
7918cadcd9 It resolves #3 2017-02-17 19:06:30 +03:00
abdennour
298ca64675 ✈️ migrate to babel STAGE-3 2017-02-17 17:23:00 +03:00
abdennour
42b5517e61 RELASE 🚒 1.0.0-RC1 2017-02-15 08:09:16 +03:00
abdennour
05167798d8 This closes #2 2017-02-15 08:08:21 +03:00
abdennour
fffaeda8d6 update README 📝 after migrating CDN 2016-11-26 14:12:59 +03:00
abdennour
47113b024b 🎉 🌟 💫 Just afterReleasing NPM 1.0.0 🌟 🎉 🌟 💫 2016-11-26 10:27:39 +03:00
abdennour
bae6316be1 🎉 🌟 💫 Just afterReleasing NPM 1.0.0 🌟 🎉 🌟 💫 2016-11-26 10:25:36 +03:00
abdennour
f6f91762ec 🎉 🌟 💫 Just afterReleasing NPM 1.0.0 🌟 🎉 🌟 💫 2016-11-26 10:10:21 +03:00
abdennour
fd17830ffd 🎉 🌟 💫 Just afterReleasing NPM 1.0.0 🌟 🎉 🌟 💫 2016-11-26 09:57:47 +03:00
abdennour
a2a001fb00 💫 🍺 coveralls gives badge coverage 100% 🤗 🌏 💫 2016-11-26 09:55:20 +03:00
abdennour
372e227421 📝 2016-11-26 09:52:21 +03:00
abdennour
806217f3ed 🎙 badge covergae 2016-11-26 09:51:05 +03:00
abdennour
f2115f6a6f 🎙 badge: building passing 2016-11-26 09:45:49 +03:00