Releases: aleksanderbl29/dawaR
Releases · aleksanderbl29/dawaR
v0.2.7
Install instructions
install.packages("dawaR")
What's new?
dawaR 0.2.7 (2024-12-07)
- Ensure cran checks does not fail
Automatic channgelog
- Increment version number to 0.2.6.9000 by @aleksanderbl29 in #108
- Add automatic development mode by @aleksanderbl29 in #110
- Update JamesIves/github-pages-deploy-action action to v4.7.1 by @renovate in #112
- Update JamesIves/github-pages-deploy-action action to v4.7.2 by @renovate in #115
- Add dependabot and remove renovate by @aleksanderbl29 in #116
- Add vcr testing by @aleksanderbl29 in #118
- Change some things about the checks by @aleksanderbl29 in #119
- Bump actions/checkout from 3 to 4 by @dependabot in #121
New Contributors
- @dependabot made their first contribution in #121
Full Changelog: v0.2.6...v0.2.7
dawaR 0.2.6
Install instructions
install.packages("dawaR")
What's new?
dawaR 0.2.6 (2024-11-23)
- The base api function
dawa()
now fails gracefully.- This trickles down to
get_data()
,get_map_data()
,autocomplete()
andreverse()
functions.
- This trickles down to
- Fixed error where
get_map_data()
would overflow internally on low-powered systems and cause unexpected errors.
dawaR 0.2.5 (2024-11-22)
- Hotfix for the
postnumre
section. All functions using this section now returns only land-geometries.- See issue #100 for more info.
dawaR 0.2.4 (2024-11-17)
- Add package startup message on terms and conditions.
Automatic changelog
- Minor fixes by @aleksanderbl29 in #35
- Specify commit messages (#32) by @aleksanderbl29 in #36
- Version 0.2.1 by @aleksanderbl29 in #46
- Update branch by @aleksanderbl29 in #54
- Update branch (#54) by @aleksanderbl29 in #55
- Update lint.yaml by @aleksanderbl29 in #64
- Add status message for testing by @aleksanderbl29 in #70
- Official release of v0.2.0 - Caching for
get_map_data()
by @aleksanderbl29 in #34 - Official release of v0.2.1 - More elaborate
{cli}
messaging inget_map_data()
by @aleksanderbl29 in #53 - Official release of v0.2.2 - Proper section checking and more options in
available_sections()
by @aleksanderbl29 in #66 - V0.2.3 by @aleksanderbl29 in #73
- Update devel after initial cran release by @aleksanderbl29 in #80
- Update readme with new install instructions by @aleksanderbl29 in #81
- Update README install instructions - Fix text and commands by @aleksanderbl29 in #83
- Update JamesIves/github-pages-deploy-action action to v4.6.9 by @renovate in #84
- Update snapshots by @aleksanderbl29 in #86
- Add package startup message by @aleksanderbl29 in #87
- Update test snapshots by @aleksanderbl29 in #90
- Update codecov/codecov-action action to v5 by @renovate in #89
- Sync branch by @aleksanderbl29 in #92
- Sync dev branch to main by @aleksanderbl29 in #93
- Fail gracefully on connection errors by @aleksanderbl29 in #95
- Save api response to tempfile by @aleksanderbl29 in #96
- Use tempdir with a safe filename by @aleksanderbl29 in #97
- Move section-tests to separate files for performance by @aleksanderbl29 in #98
- Skip tests that require a connection when none is available by @aleksanderbl29 in #99
- Fix #100 by @aleksanderbl29 in #102
- Submit update to ensure graceful fails by @aleksanderbl29 in #103
- Submit update properly by @aleksanderbl29 in #105
- Add family and ctb by @aleksanderbl29 in #106
Full Changelog: v0.2.3...v0.2.6
v0.2.3 - Initial CRAN release!
install.packages("dawaR")