First pass at moving PNH-related code to PnhEntry class. A lot more work and debugging to do.
More changes to get PnhEntry class working for the most part. Likely unexpected bugs.
Remove test code
Move 'USA' and 'CAN' strings into PNH_DATA and do a bit of code cleanup
Create HarmonizationArgs class to replace generateNewArgs() function.
Kind of a semantic change, but it also helps some with JSdoc and VSCode intellisense.
More code cleanup
Move moderators global object under Pnh
Move matching code to PnhEntry, and fix a bug.
Merge branch 'closed-chains' into Development
bump version
Merge branch 'Development' into Beta
Move some global variables under Pnh and add some JSdoc
Country refactoring
move region settings into country class
Fix matching bug, add closed chain highlight
Merge branch 'closed-chains' into Beta
bump version
Merge branch 'closed-chains' into Development
Update findMatch signature and delete old comments.
Remove name checks for rest areas in Canada
bump version
Merge branch 'Development' into Beta
Fix nudge function for point places
Merge branch 'Development' into Beta
Merge branch 'Beta'