-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci: adding package-lock.json and dependency on grid-js * chore: Port of GARSConstants.java * chore: initial port of GridLine.java * fix: updating to conform to typescript * ci: porting of BandLettersRange.java * chore: port of BandNumberRange.java * chore: port of GARSLabeler.java * chore: port of Grid.java * chore: port of GridLabel.java * chore: port of GridLabeler.java * chore: port of GridRange.java * chore: port of Grids.java * chore: port of GridType.java * chore: port of ZoomGrids.java * chore: port of GARSProperties.java * chore: port of GARS.java * chore: port of GARSUtils.java * fix: fixing compile errors * fix: fixing compile errors in BandLettersRange.ts * fix: fixing compile errors in BandNumberRange * fix: correcting some compile errors for GARSLabeler and GridLabeler. Sill broken. * fix: fixing some compile errors in Grid. Still broken * fix: fixing compile errors in GridLabel * refactor: making iterators easier to use * fix: making iterator easier to use in GridRange and fixing compile error in BandLettersRange * fix: correcting some compile errors in Grids. Still broken. * fix: fixing some compile errors in GARS. Still broken. * feat: upgradeing grid-js to 0.0.1-beta.2 * fix: correcting constructors. still broken. * chore: port of gars.properties * ci: adding build support directory * fix: correcting compile errors * fix: correcting compile errors in Grids.ts * feat: bump of grid-js to 0.0.0-beta.7 * fix: fixing compile errors of GridTypeUtils * fix: fixing compile errors in GARSUtils * fix: fixing compile errors of GARS * refactor: formatting * refactor: lint cleanup * test: adding stub of a test * refactor: renaming test * refactor: renaming test * config: exclding node_modules for tsconfig * ci: looking for *.spec.* for tests * refactor: changing how lib will be packaged * feat: adding tsconfig recommented * refactor: moving src to lib * ci: removing test from dist * test: trying to get tests working, and failing again * ci: pointing to dist for main and types * test: finally getting tests running, but they are still failing * test: getting band value working * test: getting band letters tested * test: getting quadrants tested * test: testing keypads * chore: port of GARSTest.java testParse. test is failing * test: commenting out gars equals checks for now * test: port of GARSTest parse invalid * test: port of GARSTest coordinate. test is failing * test: port of GARSTest 30 minute parse. test is failing * test: uncommenting out failing parts of the test parse * ci: adding exports for the package * feat: adding sprintf-js dependency. adding bitwise opertations for converting to gars from lat/lon * test: getting parse test working for GARS * fix: correcting reversed iterator logic * fix: More iterator work, test now times out * test: increasing 30 minute test to timeout after 20 seconds * refactor: code formatting * ci: removing dependency on winston * feat: bump to 0.0.0-beta.20 grid-js * fix: appending resources/ to gars.properties filename * feat: bump to 0.0.0-beta.22 of grid-js * chore: adding CHANGELOG * 0.0.1-beta.1 * feat: bump to rc.0 of grid-js * ci: trying to fix prettier action * ci: removing prettier action and moving it to a lint action * test: increasing test timeout to 30s * feat: bump to version 1.1.0 of grid-js * doc: updating README to inclue Properties * doc: Updating reference to remote dependencies * doc: Adding examples to the readme, taken from Readme.spec.ts * ci: update fix:prrettier task * feat: bump to version 1.2.0 of grid-js * test: removed timeout in the test class in favor of the one in the config * test: adding test for GridLine * linet: fixing lint errors * test: adding BandLettersRange test * test: adding BandNumberRange test * refactor: rremoving Comparable * fix: getting precision correctly * test: adding Grid test * test: adding GridRange test * fix: correcting construction logic for enabled grids * test: adding Grids test * test: adding GridTypeUtils test * lint: adding linter exception for prefer-for-of * fix: adding comparable to Grid * lint: fixing lint issues * doc: changing java to javascript * doc: renaming color to gars * doc: removed @author * 0.1.0 * 0.1.1-0 * 0.1.1-beta.0 * feat: upgrade grid-js to 2.0.1-beta.0 * 0.1.1-beta.1 * feat: bump to grid-js version 2.0.1-beta.1 * 0.1.1-beta.2 * fix: using object.keys to comply with es2015 * 0.1.1-beta.3 * ci: removing resources directory * build: allowing for importing of json * 0.1.1-beta.4 * ci: removing resources * 0.1.1-beta.5 * test: adding GARSProperties test * 0.1.1-beta.6 * fix: correcting null/undefined checks * 0.1.1-beta.7 * fix: corrrecting null/undefined checks again * 0.1.1-beta.8 * feat: bump to 2.0.1-beta.5 of grid-js * 0.1.1-beta.9 * feat: bump to latest version of grid-js * 0.1.1-beta.10 * fix: correcting getColor to call base * fix: removing circular dependency * fix: setting color correctly * fix: setting width correctly * test: adding zoom grids test and gars labeler test * chore: removing incorrect comment * feat: bump grid-js 2.0.0 * doc: changing engine requirement for npm to 6.x * 1.0.0
- Loading branch information
Showing
40 changed files
with
833 additions
and
527 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
docs/ | ||
lib/ | ||
test/ | ||
resources/ | ||
|
||
*.js.map | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.