3 * version 2.3.0 - 2021-02-19
5 * New top-level navigation: Search, Reverse, Search-by-id
6 * Details page: now has a search form, all 3 search fields merged into one
7 * Details page: add links for countries and postalcodes
8 * Last updated: now display as "x minutes/hours/days ago"
9 * Layout fixes for small browsers/mobile
10 * Simple automatic test setup (Github actions)
12 * version 2.2.0 - 2021-02-13
15 * Handle all page changes via page store
16 * Reverse search: click on map no longer triggers form submission
17 * Convert some lib/helpers that returned HTML into Svelte components
19 * version 2.1.0 - 2021-02-10
21 * Reverse search: better initial zoom when result found
22 * Reverse search: split value when copy&pasting a coordinate pair into first search field
23 * Further split reverse from search logic/templates
24 * Details page: display error when place not found
25 * replaced development webserver node-static with static-server
27 * LastUpdated is now its own component
28 * Add linting (run: yarn lint)
30 * version 2.0.2 - 2021-02-02
32 * Reverse search: click on map triggers new search
33 * Report-issue modal from version 1 was missing
34 * Removed search-url-params polyfill. Svelte doesnt support MSIE11 either
36 * version 2.0.1 - 2021-01-31
38 * removed debug files from dist/build/ [PR47]
40 * version 2.0.0 - 2021-01-29
42 * Complete refactor into Svelte framework
43 * Removed most of jQuery usage
45 * version 1.2.5 - 2021-03-04
47 * Another fix to make sure pages work when app is in a subdirectory
49 * version 1.2.4 - 2020-09-01
51 * All links to detail page should include the class parameter
53 * version 1.2.3 - 2020-09-01
55 * Favicon URLs did not work when app is installed in a subdirectory
56 * On detail page in parents and linked-places sections address lines were all grayed out
58 * version 1.2.2 - 2020-09-01
60 * Don't intercept link clicks when the target is the raw API output
62 * version 1.2.1 - 2020-08-04
64 * URL parsing now works if app is in a subdirectory
66 * version 1.2 - 2020-07-07
68 * Use window.history.pushState to minimize page reloads
70 * version 1.1 - 2020-06-19
72 * Configuration now optional with example file.
73 * New CONTRIBUTE.md documentation.
75 * version 1.0 - November 2019 during a hackweekend at Linuxhotel