-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add features and prepare for the addition of Barrage, Chapter, and Equipment data functions #1
base: master
Are you sure you want to change the base?
Conversation
…ions Changed: - Added barrage, voiceline, chapters to the updater system - Added barrage. voiceline, chapters sources to SaratogaUtil - Added barrage, voiceline, chapters to the main Saratoga class - Changed: how update checking works
Changed: - Regenerated docma docs - Minor info addition
Changes: - Added .filter() and .search() functions for ship data and equipment data - Regenerate docma docs
Changed: - version number (i forgot lmao)
Changed: - add checks for file exists before accessing file
Changed: - how checking for updates works
changed: - add jest test - add github actions file
On the side note, I will merge this once the barrage, chapter and equip data functions are done |
Changes: - Comply to: https://docs.google.com/document/d/16rmt309dP2iOlG0tJL2XHgdMGrieUbgmWv-aFVJKmhU/edit - Fix jest causing errors in eslint - Restructure jest tests
Barrage, chapter and equip data functions are soon TM |
Ill also fix the non-jest vanilla JS tests soon TM |
On the side note, there is no eta for barrage, chapter and equip data functions because there are no specs for it yet. If you would like to suggest specs please make changes this doc. Thanks! |
Changes: - Regenerated docma docs - Change version number
Changed: - Legacy api support - Version number - Regenerated docs
This version adds: - Barrage functions - Typings for voicelines, barrages, and ships - Regenerated docs - Partially added JP info
Legacy class can be removed later |
This PR adds filter and search functions for the ship and equipments classes and prepares for the addition of Barrage, Chapter, and Equipment data functions. These changes are tested. Actually adding Barrage, Chapter, and Equipment functions are in the works. Jest tests are also added for automating tests. Please look into commit messages for more details.