Releases: agrc/masquerade
Releases · agrc/masquerade
v1.5.6
1.5.6 (2024-12-18)
Bug Fixes
- clean up and add city/county to standardized address (95d9447)
- fix bug causing some candidates to be ignored (c36eabf)
- handle non-integer maxLocations parameter (7a4a01d)
- honor max_locations parameter for geocode requests (51b7972)
- support both variations of the single line input param name (e6b982e)
v1.5.6-2
Bug Fixes
- handle non-integer maxLocations parameter (6d69da3)
v1.5.6-1
Bug Fixes
- clean up and add city/county to standardized address (b8655b9)
- fix bug causing some candidates to be ignored (ee5f7c3)
- honor max_locations parameter for geocode requests (b0a6069)
- support both variations of the single line input param name (4a552c4)
v1.5.6-0
Bug Fixes
- clean up and add city/county to standardized address (dee4a30)
- fix bug causing some candidates to be ignored (8af42e3)
- honor max_locations parameter for geocode requests (834afd3)
- support both variations of the single line input param name (57cb36a)
v1.5.5
1.5.5 (2024-12-09)
Features
- add reverse geocoding endpoint (b138b80), closes #169
- replace address grid with city/county name for geocoding results (84038a9), closes #182
Bug Fixes
- add types and return consistent type (f62fc6f)
- escape returned input parameters (2db0bb0)
- escape while preserving numbers (a46430a)
- fix duplicate "COUNTY" in reverse geocode results (a8ac00a)
- handle bad json parameters (c8d1a9d)
- use flask logger rather than print statements (c3e2ca0)
- use parameterized query for user inputs (fc06639)
Dependencies
v1.5.5-4
Bug Fixes
- handle bad json parameters (7bed818)
v1.5.5-3
Features
- replace address grid with city/county name for geocoding results (f7fb731), closes #182
Bug Fixes
- fix duplicate "COUNTY" in reverse geocode results (c78ae46)
v1.5.5-2
Bug Fixes
- add types and return consistent type (76ca7f0)
- escape returned input parameters (f329207)
- escape while preserving numbers (7bb2170)
- use flask logger rather than print statements (440a783)
- use parameterized query for user inputs (1ace326)