Skip to content

Latest commit

 

History

History
75 lines (38 loc) · 2.21 KB

NEWS.md

File metadata and controls

75 lines (38 loc) · 2.21 KB

legisTaiwan 0.2.1

Major Changes

  • Updated API endpoint from ly.govapi.tw to v2.ly.govapi.tw
  • Maintained backward compatibility with legacy API functions
  • Enhanced documentation for better clarity

API Migration Notice

The Legislative Yuan API is transitioning from https://ly.govapi.tw to https://v2.ly.govapi.tw. While functions using the legacy API will continue to work for now, we recommend starting to migrate your code to use the new API endpoint.



legisTaiwan 0.1.7

  • Enhanced user experience by implementing progress bars for time-intensive operations. Progress bars are now displayed when verbose = TRUE.

  • Performed comprehensive spelling and typographical corrections throughout the package documentation and function names.



legisTaiwan 0.1.6

Corrected spelling errors and standardized terminology across function documentation.



legisTaiwan 0.1.4 (development version)

  • re-documentation and inserting handlers.

  • formatting the website and documentation: get_executive_response(), get_bills_2(), get_debates() and get_speech_video().

  • get_bills() and get_meeting()'s starting date are not clear.

  • get_public_debates() manual information is inconsistent with actual data.

  • Two API endpoints,質詢事項(本院委員質詢部分) and 國是論壇, are is temporarily down. Therefore, the data retrieved by get_parlquestions() and get_public_debates() may not be correct. [UPDATE: Feb 5 2023]

  • get_public_debates() is on. [UPDATE: Feb 7 2023]



legisTaiwan 0.1.3 (development version)

  • Fix typo in function name: get_variabel_infos() to get_variable_info().

  • get_committee_record() is added to access to the records of reviewed items in the committees 提供委員會會議審查之議案項目.

  • Add funder and copyright holder in NAMESPACE: 國科會 and 立法院

  • Re-documentation and inserting handlers



legisTaiwan 0.1.1 (development version)

  • get_executive_response(), get_bills_2(), get_debates() and get_speech_video() are added.

  • The package is created with get_meetings(), get_bills(), get_legislators(), get_parlquestions()