Commit Graph

60 Commits

Author SHA1 Message Date
c00754f7df Merge pull request #18 from acupoftee/typescript-update
Update TypeScript to latest stable version
2021-03-05 13:54:00 -06:00
Tee
daf61a0f9c Upgrade TypeScript to latest stable release 2021-03-04 23:34:01 -05:00
424a32af9c Merge pull request #1 from PokemonTCG/master
Add Initial v2 Data Structure Changes
2021-02-25 20:32:39 -05:00
9d5905a33f Merge pull request #16 from CptSpaceToaster/master
Initial update to v2
2021-02-22 16:15:34 -06:00
74055255e3 Fix tests 2021-02-22 12:05:08 -05:00
239b18bcd3 Initial update to v2 data structures 2021-02-22 12:05:03 -05:00
25e1972242 1.2.6 2020-11-17 08:12:22 -06:00
668c6740e7 Moved tests and updated Set 2020-11-17 08:12:12 -06:00
8af4c85a55 1.2.5 v1.2.5 2020-11-15 20:54:25 -06:00
239d1b2831 Added ancientTrait to Card; updated README 2020-11-15 20:54:09 -06:00
c82497951d Updated contributors 2020-11-15 20:31:34 -06:00
189fb5869c Bumped version 2020-11-15 20:30:49 -06:00
ef53f9f99c Marked Promise methods as async; const correctness; return reject Promise, if failed. 2020-11-15 20:29:28 -06:00
bf2f351fa2 Merge pull request #13 from jonathan-meyer/bugfix-001
remove unwanted console.error
2020-11-15 15:54:41 -06:00
9ef254cde4 remove unwanted console.error 2020-07-04 10:57:19 -04:00
bae09e3095 Merge pull request #10 from CptSpaceToaster/master
Update URL's in README
2019-10-14 20:38:46 -05:00
a745823f0f Update URL's in README
Sorry, I should have proofread those better
2019-10-14 14:30:07 -04:00
94c48bd3e5 Bumped version to fix build 2019-10-13 12:58:50 -05:00
ba5a6caeea Merge branch 'master' of https://github.com/PokemonTCG/pokemon-tcg-sdk-typescript 2019-10-13 12:57:15 -05:00
023cd8ed5d Merge pull request #7 from CptSpaceToaster/master
Update package for easier use
2019-10-13 12:48:00 -05:00
0d24d067f0 Merge pull request #9 from CptSpaceToaster/update-contributing-instructions
Update contributing instructions
2019-10-13 12:45:51 -05:00
60a05a0e40 Update contributing instructions 2019-10-12 14:49:08 -04:00
d10386b7fa Update contributors 2019-10-12 14:35:59 -04:00
94cfed900d Update package name for easier use 2019-10-12 13:44:01 -04:00
5830c35f35 Merge pull request #6 from Monbrey/master
fix(5): Cant search for terms containing ampersand
2019-10-02 08:01:07 -05:00
795aa22ec2 fix(5): Cant search for terms containing ampersand 2019-10-02 13:51:43 +10:00
94299bee6e Patch version bump for npm publish 2019-08-07 19:36:02 -05:00
fa35c57f91 Added git repo to package.json 2019-08-07 19:35:21 -05:00
a53c961506 Test SDK without the "single" parameter; Small cleanup; Allow Client.get to accept a string for ID path parameter 2019-08-07 19:27:24 -05:00
5341ae02b5 Updating axios due to vulnerablilty 2019-08-07 19:11:57 -05:00
682f90c49a Allow Client.get to accept a string for ID path parameter 2019-08-03 09:22:35 +10:00
93535ff9ad Small cleanup 2019-08-02 19:06:59 +10:00
609f583c4e Test SDK without the "single" parameter 2019-08-02 13:21:44 +10:00
6b39166105 Changing static public function for QueryBuilder to private 2019-07-07 21:21:16 -05:00
ad65ade09f Merge pull request #3 from CptSpaceToaster/master
Try and update card and set models
2019-07-07 21:18:41 -05:00
f03103dcfa Update package.json 2019-07-06 19:29:02 -04:00
8ef559df0f Update README again 2019-07-06 17:02:58 -04:00
26dce235a6 Update package 2019-07-06 17:00:29 -04:00
415e3f1f94 Update README 2019-07-06 16:04:59 -04:00
0de4a8384d Update set definition 2019-07-06 15:53:51 -04:00
a084077543 Update card definition 2019-07-06 15:53:17 -04:00
9182764395 1.0.3 2018-01-21 17:11:44 -07:00
7ad922eb19 IQuery Interface
Added the definition to the IQuery interface to be used under the PokemonTCG namespace
2018-01-21 17:10:39 -07:00
e836c8fad7 1.0.2 2018-01-21 17:01:18 -07:00
5c1ff275f6 Updated Readme and Index
Testing exporting a proper interface with the namespace
2018-01-21 16:59:58 -07:00
f838d8b4f6 1.0.1 2018-01-21 16:46:07 -07:00
599b12daf8 Client Tests and Updates
Added client tests and updated the client class to use a better URL to get the data across all classes
2018-01-21 16:44:07 -07:00
32a55a0cdf Readme
Updated the readme file's TODO items
2018-01-21 11:13:56 -07:00
643a54d40d Test Coverage
Added test coverage for all of the QueryBuilder methods which are the foundation to all of the other classes methods like Card.
2018-01-21 11:12:47 -07:00
7662573959 0.1.4 2018-01-21 10:38:51 -07:00