emoji.json
emoji.json copied to clipboard
Add status + Add version + Update data example + Add type and rule validation
For #13
Added status properties to support various custom filtering.
For #14
Added version.
Other
- Updated content of data examples in readme file.
- Updated emoji.json
Edit:
For https://github.com/amio/emoji.json/pull/27#issuecomment-1877101748
Add type and rule validation before writing the full data to the emoji.json.
@angelofan Great work!
I guess we would need a test to verify that the generated json fulfills our type definition, just in case the regex fails someday.
@angelofan Great work!
I guess we would need a test to verify that the generated json fulfills our type definition, just in case the regex fails someday.
Good idea. I will try adding type validation before writing the final array to the file.
@amio I added type and rule validation.