Releases: martigso/stortingscrape
Releases · martigso/stortingscrape
v0.3.0
stortingscrape 0.3.0
- Major changes:
- Replaced
magrittr
(%>%
) pipes with native pipes (|>
) - Converted all get_*() functions from
httr
tohttr2
- Changed $spokespersons in
get_session_cases()
to data frame. This will break backwards compatibility (sorry!). - Rewrote the decision_text variable in
get_session_decisions()
so that residual html is stripped from the output. This might break some text processing applications (sorry!). - Rewrote the date and info sections of
get_session_hearings()
to data.frames instead of lists. This might break some text processing applications (sorry!).
- Replaced
- Minor changes:
- Rewrote the proceedings_steps variable in
get_proceedings()
to be scalable to changes in the API. Should not break backwards compatibility.
- Rewrote the proceedings_steps variable in
stortingscrape 0.1.4
- Major changes
- Fixed a bug in
get_session_questions()
, where the presence of unanswered questions returned an error instead ofNA
- Removed a variable from
get_vote()
because it suddenly disappeared from the API. - Fixed an issue where
ifelse()
lines returned only one element when it was supposed to return several due to someone not realizing the vectorization rules of the function. Affected functions were:get_case()
,get_hearing_program()
,get_question()
,get_result_vote()
,get_session_cases()
, andget_session_questions()
. Onlyget_case()
was significant, in that it listed all bill sponsors as being from the same party.
- Fixed a bug in
- Minor changes
- Fixed some typos in the readme
- Reworked the
read_obt()
function for the package not to rely ondplyr
- Added a hex badge logo. Extremely important.
stortingscrape 0.1.3
- Major changes
* Fixed an issue with
get_mp_bio()
, which broke after an API update.- Fixed typo issue -- renaming some variables in `get_session_questions()
- Minor changes
- Added pkgdown page via gh-pages
- Changed color of text in logo
- Added a
NEWS.md
file to track changes to the package.
stortingscrape 0.1.3
- IMPORTANT: Fixed an issue with
get_mp_bio()
, which broke after an API update. - IMPORTANT: Fixed typo issue -- renaming some variables in `get_session_questions()
- Added pkgdown page via gh-pages
- Changed color of text in logo
- Added a
NEWS.md
file to track changes to the package.
Initial release
New features
- everything from 0.1.1 and back
Bug fixes
- fixed a major bug in the
get_case()
function
Known bugs
- Change in the API (data.stortinget.no) that affects the
get_mp_bio()
function --> working fix live on github