Commit Graph

51 Commits

Author SHA1 Message Date
cbc329f738
Merge pull request #4 from captn3m0/next 2023-07-10 21:52:04 +05:30
d986c22c5a v2 browser testing and build 2023-07-10 21:48:45 +05:30
fddfe4113c [npm] Fix ignored files 2023-07-02 15:11:57 +05:30
2c02026a8f [docs] Add supported language note (skip-ci) 2023-07-02 15:07:27 +05:30
9bb0367232 Fix README links 2023-07-02 15:00:28 +05:30
86e276b81c [php] Fix 7.2 tests 2023-07-02 14:59:31 +05:30
794f82a4e2 Version bump 2023-07-02 14:50:25 +05:30
a5adba4a5c Docs updates 2023-07-02 14:48:11 +05:30
2461fc5ace [php] Add some old PHP versions for fun 2023-07-02 14:40:15 +05:30
f1eb4a8c80 [ci] Migrate from Travis 2023-07-02 14:33:09 +05:30
e1cb3c9054 [php] Ignore things for composer 2023-07-02 14:27:38 +05:30
79b3302227 [php] Get PHP functional 2023-07-02 14:21:35 +05:30
fc6bfdb113 Lots of changes for v2
Mainly, add a search method to find all valid pincodes
See #3

Create a single unified regex.
Update some dependencies

However, this breaks on PHP,so I need to fix something for that.
2023-07-01 20:00:02 +05:30
9105240bcb
Create FUNDING.yml 2022-05-30 14:50:01 +05:30
5d5e939a6b [python] WIP switch to pdm 2021-12-19 19:19:10 +05:30
dc6531ee98 Minor updates 2021-12-19 19:18:41 +05:30
062df76ec9 Adds language list 2020-05-11 17:58:31 +05:30
108543a4b4 Updates regex 2020-04-27 12:07:11 +05:30
eb853b5f4c Fix .gitattributes 2020-04-27 11:57:42 +05:30
2885606b4a Adds .gitattributes to fix GitHub language detection
See https://github.com/github/linguist#overrides
2020-04-26 20:57:16 +05:30
bf66a2f6b3 Fix contributing 2020-04-26 10:03:11 +05:30
41b8940751 [docs] Updates docs with a WHY note 2020-04-26 09:34:42 +05:30
511cd51730 [docs] Adds ruby in docs 2020-04-26 08:58:11 +05:30
b3f3441d2f [ruby] Fix missing version 2020-04-26 08:58:11 +05:30
c26443624f [ruby] Least supported ruby release is 2.5.0 2020-04-26 08:58:11 +05:30
dfa13e6d10 Don't commit Gemfile.lock
Current best practice is to commit this
https://bundler.io/man/bundle-install.1.html#THE-GEMFILE-LOCK
but we have zero deps, so it doesn't make sense
2020-04-26 08:58:11 +05:30
8b3df3fb17 [ci/ruby] Adds travis builds for Ruby 2020-04-26 08:58:11 +05:30
89d922062a [ruby] Adds test and code 2020-04-26 08:58:11 +05:30
8ec8ab839e Initial commit for rubygem 2020-04-26 08:58:11 +05:30
e625caee29 Version Bump (1.0.4) 2020-04-21 21:11:41 +05:30
e8403d43e3 Adds support for browser-usage using browserify
- Browserify with the brfs plugin generates the stub JS file
  that can be included directly in the browser
- Jasmine is supported for an integration test-suite in the browser
2020-04-21 21:09:50 +05:30
6562dd1cf3 Improve all ignore files 2020-03-17 01:21:31 +05:30
986a0bfbc9 [node] Ignore dist directory for npm package 2020-03-17 01:19:33 +05:30
6be76ef8d8 Improve pyproject 2020-03-13 18:08:45 +05:30
c2af505e2a Fixes bug on regex matching not stopping after 6 chars 2020-03-13 17:49:02 +05:30
af8d7d995b [ci] Travis/py 2020-03-13 17:35:49 +05:30
85df2cd6f3 Version bump 2020-03-13 16:44:52 +05:30
d58c04274b Updates regex.txt definition 2020-03-13 16:44:29 +05:30
f24d67d914 Python package and other updates
- Break down regex into one-per area code
- Improves tests
- Adds python package
- Adds editorconfig
- Travis Updates
2020-03-13 16:42:58 +05:30
f42f70d156 Adds LICENSE and badges 2020-02-25 14:45:40 +05:30
83f5afc398 Changes name to pincode-validator 2020-02-25 14:40:14 +05:30
03e864b165 Adds npm ignore 2020-02-25 14:34:52 +05:30
ac0db7b024 node14 isn't there yet 2020-02-25 14:33:57 +05:30
5bba7b9c87 Run more builds 2020-02-25 14:31:32 +05:30
783c0dc956 Initial NPM package 2020-02-25 14:20:53 +05:30
b0fcf5a284 Adds HACKING.md 2020-02-25 00:20:42 +05:30
84dadeb1ff Support phpunit 8.0 for php7.2 for now 2020-02-24 23:54:30 +05:30
cc55f45269 Fix composer install on travis 2020-02-24 23:47:34 +05:30
f14f923c26 Adds Travis badge 2020-02-24 23:45:55 +05:30
e634e7ccd5 Let us do this 2020-02-24 23:41:34 +05:30