Skip to content

Releases: proj4js/mgrs

v2.0.0

18 Mar 23:17
Compare
Choose a tag to compare

New Major Release

Contributions for this major release are from @calvinmetcalf, @ahocevar , @mlechner , @thw0rted , @fredj , @mrmattson, and @DanielJDufour

You can view the full list of changes since the last major release here

Thank you

v1.0.1-alpha.0

25 Sep 22:21
Compare
Choose a tag to compare
v1.0.1-alpha.0 Pre-release
Pre-release
  • rebuilt and added files property to package.json, to avoid accidental publishing of files 64e0474
  • reran npm install, which added package name 'mgrs' to package-lock.json 865be6c
  • Merge pull request #79 from proj4js/dependabot/npm_and_yarn/glob-parent-5.1.2 c707a1e
  • Merge pull request #78 from proj4js/dependabot/npm_and_yarn/path-parse-1.0.7 88e3cfc
  • Merge pull request #73 from proj4js/dependabot/npm_and_yarn/ajv-6.12.6 9c24f9a
  • Merge pull request #72 from proj4js/dependabot/npm_and_yarn/pathval-1.1.1 c5ee038
  • Merge pull request #80 from proj4js/dependabot/npm_and_yarn/ansi-regex-3.0.1 82241bd
  • Merge pull request #74 from proj4js/dependabot/npm_and_yarn/minimist-1.2.6 a4542f2
  • Bump glob-parent from 5.0.0 to 5.1.2 206c826
  • Bump ansi-regex from 3.0.0 to 3.0.1 e9eee73
  • Bump path-parse from 1.0.6 to 1.0.7 bd72ab5
  • Merge pull request #77 from proj4js/dependabot/npm_and_yarn/terser-4.8.1 b112e36
  • Bump terser from 4.8.0 to 4.8.1 002e4b0
  • Bump minimist from 1.2.5 to 1.2.6 b0c5171
  • Bump ajv from 6.10.2 to 6.12.6 a312ccd
  • Bump pathval from 1.1.0 to 1.1.1 83f2c1e
  • Merge pull request #71 from proj4js/remove-node-fetch 26ef400
  • replaced node-fetch with nodejs built-in https 548c172
  • Added references and small wording change a038e88
  • Merge pull request #67 from proj4js/NodeTravisUpdate 8154e8d
  • updated .travis.yml aliases 5376fd3
  • Merge pull request #57 from mlechner/nodejs_upgrades_in_travis 532f6e8
  • Merge branch 'master' into nodejs_upgrades_in_travis 5ce0928
  • Merge pull request #62 from proj4js/constants 4b156f9
  • Merge branch 'master' of github.com:proj4js/mgrs into constants 67d34c1
  • Merge pull request #66 from proj4js/MaintenanceTravisAndPackageLock 5abfec6
  • removed old node versions from .travis.yml and updated package-lock.json 42781de
  • Merge pull request #65 from proj4js/dependabot/npm_and_yarn/hosted-git-info-2.8.9 12dd697
  • Bump hosted-git-info from 2.7.1 to 2.8.9 cd86bc8
  • Merge pull request #64 from proj4js/dependabot/npm_and_yarn/lodash-4.17.21 cd82e42
  • Bump lodash from 4.17.19 to 4.17.21 28e7727
  • Merge pull request #63 from proj4js/dependabot/npm_and_yarn/y18n-4.0.1 6a763fc
  • Bump y18n from 4.0.0 to 4.0.1 3e9044b
  • pull some variables out of functions and put at top of file as all caps constants 2b52ae2
  • Merge pull request #61 from proj4js/dependabot/npm_and_yarn/node-fetch-2.6.1 caf3c76
  • Merge pull request #60 from proj4js/geotrans3.8 c8a853e
  • Bump node-fetch from 2.6.0 to 2.6.1 fa80e43
  • updated package-lock.json after running npm audit --fix 7845589
  • updated tests to work with new version of GEOTRANS f8c289f
  • Merge pull request #59 from proj4js/dependabot/npm_and_yarn/lodash-4.17.19 a5d7931
  • Bump lodash from 4.17.15 to 4.17.19 e6726f4
  • Merge pull request #58 from proj4js/dependabot/npm_and_yarn/acorn-7.1.1 de328e6
  • Bump acorn from 7.0.0 to 7.1.1 927ed35
  • Merge remote-tracking branch 'origin/master' into nodejs_upgrades_in_travis 49893ce
  • Merge pull request #56 from mlechner/fix_vulnerabilities 89dc5b2
  • Merge branch 'fix_vulnerabilities' into nodejs_upgrades_in_travis 3d9e8ab
  • upgraded node_js versions in travis.yml (using alias and removed unmaintained) 74658ce
  • reverted changes in dist/mgrs.js cc9e47f
  • fixing vulnerabilities in handlebars, uglify-js and commander 057637d
  • Merge pull request #54 from thw0rted/master 4df7152
  • Update rollup.config.js efa55c2
  • Replaced mkdirp with mkdir fe413c4
  • Remove TODO, clarify @Private tag 9beb2fe
  • Use Node's resolve() logic to find module for test b6a4216
  • Add terser plugin, separate UMD and ESM builds aa251ac
  • Fix build on Windows, update to latest deps f37c223
  • Add Typescript typings 3e337a9
  • Minor documentation fixes c45b394
  • Add basic editorconfig 6827b77
  • Merge pull request #53 from DanielJDufour/RemoveExcessZeroes 6132ce6
  • removed unnecessary .0s 263e0f0
  • Merge pull request #52 from DanielJDufour/100kmAccuracy dd28d46
  • fixed some merge conflicts 62e89c1
  • added support for 100 KM accuracy fbf6bd8
  • updated dependencies a22fa17
  • Merge pull request #51 from DanielJDufour/TravisUpdate 25ac53f
  • drop testing on travis-ci for Node version 6 and 7 because eslint won't run on those versions of NodeJS 0b488dc
  • updated deps eee4cf6
  • added command to update npm in travis process 7d5d86f
  • updated travis file with linting and npm audit check 64110b1
  • Merge pull request #50 from DanielJDufour/latitudeBandLetterFix 8360e14
  • fixed linting issues in test/setup.js 3654de6
  • added test for validating latitude band letter when outside bounds supported by library d828eaf
  • fixed typo in calculating latitude band letter where would return undefined instead of Z when latitude is less than -80 257e4a1
  • Merge pull request #47 from DanielJDufour/GEOTRANS_CHECK 1780ee7
  • added ability to test consistency with GEOTRANS 56401a8
  • updated .gitignore to ignore testing data files and geotrans source code folder a97ace5
  • Merge pull request #46 from DanielJDufour/SimplifyGetLetterDesignator 1f116f4
  • simplified getLetterDesignator 80d0548
  • Merge pull request #45 from DanielJDufour/ImprovedDecoding c30067f
  • fixed eslint issue e246a9f
  • remove spaces from mgrs strings f2a86fc
  • Merge pull request #42 from DanielJDufour/AddedTravisCI ef2104f
  • added .travis.yml 7176b78
  • Merge pull request #39 from DanielJDufour/UseObjectShorthandAndDestructuring a39e47a
  • use object literal property value shorthand and object destructuring cfdf4a6
  • Merge pull request #38 from proj4js/errors e5915fc
  • add tests 7a85d76
  • use error objects 41a8e6a
  • Merge pull request #37 from DanielJDufour/AddedBlankStringValidationToToPoint 33bdc76
  • toPoint throws an error if a blank string is passed in ba9bdbf
  • Merge pull request #36 from DanielJDufour/LLValidation 807bffd
  • added [lon,lat] validation 467b10b
  • Merge pull request #35 from DanielJDufour/AddedLinting 3573a45
  • added eslint, and updated variable scoping in mgrs.js and test.js in accordance with eslint 09ff8dd
  • Merge pull request #34 from DanielJDufour/UpdateDeps ca04441
  • updated package dependencies ebd3325
  • Merge pull request #23 from mrmattson/patch-1 31563e9
  • Add missing return type (#28) 35567e7
  • Update one test description 122ed40
  • Merge pull request #21 from proj4js/trunc c186c44
  • truncate don't round 9fb8ccb
  • bump version to 1.0.1-alpha cd156d7

v1.0.0...v1.0.1-alpha.0