Skip to content

Commit

Permalink
repair NEWS formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Jan 26, 2024
1 parent f9d3676 commit ecf480b
Showing 1 changed file with 89 additions and 92 deletions.
181 changes: 89 additions & 92 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,103 +1,100 @@
# News
# gbfs 1.3.9

- Fixed bug where non-english feeds couldn't be accessed using the top-level
gbfs feed URL (#10).
- Update URLs to reflect the transition of the gbfs source from the NABSA
GitHub organization to MobilityData (#9).
- Update URLs in examples and unit tests to reflect bikeshare systems
adjusting operations.
- Address CRAN check NOTEs related to help-file formatting.

### 1.3.9
# gbfs 1.3.8

- Fixed bug where non-english feeds couldn't be accessed using the top-level
gbfs feed (#10).
- Update URLs to reflect the transition of the gbfs source from the NABSA
GitHub organization to MobilityData (#9).
- Update URLs in examples and unit tests to reflect bikeshare systems
adjusting operations.
- Address CRAN check NOTEs related to help-file formatting.
- Changed default development branch name from `master` to `main`.
- Fixed HTML5 NOTEs on R devel checks.

### 1.3.8
# gbfs 1.3.7

- Changed default development branch name from `master` to `main`.
- Fixed HTML5 NOTEs on R devel checks.

### 1.3.7

- Update URLs in examples and unit tests to reflect bikeshare systems
adjusting operations due to COVID-19
- Catch errors while fetching .json data and return a more informative
message on timeout and HTTP 400 errors

### 1.3.6
- Update URLs in examples and unit tests to reflect bikeshare systems
adjusting operations due to COVID-19
- Catch errors while fetching .json data and return a more informative
message on timeout and HTTP 400 errors

# gbfs 1.3.6

- Introduce support for the new system ID key to improve stability of
argument matching. This is now the recommended method for specifying the
system of interest!
- Switch from Travis to GitHub Actions for continuous integration
- Update URLs in examples and unit tests to reflect bikeshare systems
adjusting operations due to COVID-19
- Introduce support for the new system ID key to improve stability of
argument matching. This is now the recommended method for specifying the
system of interest!
- Switch from Travis to GitHub Actions for continuous integration
- Update URLs in examples and unit tests to reflect bikeshare systems
adjusting operations due to COVID-19

### 1.3.5
# gbfs 1.3.5

- Update URLs in examples and unit tests to reflect bikeshare systems
adjusting operations due to COVID-19
- Update URLs in examples and unit tests to reflect bikeshare systems
adjusting operations due to COVID-19

### 1.3.4
# gbfs 1.3.4

- Update URLs in examples and unit tests to reflect bikeshare systems
adjusting operations due to COVID-19
- Update URLs in examples and unit tests to reflect bikeshare systems
adjusting operations due to COVID-19

### 1.3.3

- Catch errors while fetching .json data and return a more informative
message on timeout and HTTP 400 errors
- Update URLs in examples and unit tests to reflect bikeshare systems
adjusting operations due to COVID-19

### 1.3.2

- Several fixes for bugs arising from NABSA’s update to the gbfs spec
(1.1-RC)
- Improved error message for multiple cities matching the supplied
string
- Accomodate valid json URLs with no .json file extension

### 1.3.1

- All package functions requiring internet access now immediately
check the internet connection upon being called, raising a message
and returning an empty list if an internet connection is not
available.

### 1.3.0

- The main wrapper function, `get_gbfs`, can now return its output as
a named list, where each entry is a GBFS dataframe.
- Results will now be returned by default (note that these changes are
non-breaking–the new default settings would error out in previous
versions, and previously valid arguments still return results in the
same way.)
- Added a `get_which_gbfs_feeds` function, which supplies a table
giving all of the available feeds for a city\!
- Extended flexibility of the `city` argument–in addition to a string
that matches the city name, the package can now find the appropriate
feed given any subfeed of a bikeshare system.
- Extend argument checking.
- Make error messages more informative.
- Documentation improvements.
- Code refactoring.

### 1.2.0

- Addressed errors arising from new columns types introduced in the
new NABSA GBFS guidelines.
- Added the `output` argument, allowing users to either save the
outputs as `.Rds` files or return them as list or dataframe objects.
As a result, the directory argument is no longer required if `output
= "return"`
- Minor bug fixes and documentation improvements

### 1.1.0

- Thanks to Mark Padgham (@mpadge), we’ve introduced a new function
`get_gbfs_cities` that lists all of the cities currently releasing
feeds\! This function will help inform users who do not have a
specific city already in mind.
- Add functionality for new column types introduced in the new NABSA
GBFS guidelines.
- Minor bug fixes (unused imports, vignette errors, etc.)
# gbfs 1.3.3

- Catch errors while fetching .json data and return a more informative
message on timeout and HTTP 400 errors
- Update URLs in examples and unit tests to reflect bikeshare systems
adjusting operations due to COVID-19

# gbfs 1.3.2

- Several fixes for bugs arising from NABSA’s update to the gbfs spec
(gbfs 1.1-RC)
- Improved error message for multiple cities matching the supplied
string
- Accomodate valid json URLs with no .json file extension

# gbfs 1.3.1

- All package functions requiring internet access now immediately
check the internet connection upon being called, raising a message
and returning an empty list if an internet connection is not
available.

# gbfs 1.3.0

- The main wrapper function, `get_gbfs`, can now return its output as
a named list, where each entry is a GBFS dataframe.
- Results will now be returned by default (note that these changes are
non-breaking–the new default settings would error out in previous
versions, and previously valid arguments still return results in the
same way.)
- Added a `get_which_gbfs_feeds` function, which supplies a table
giving all of the available feeds for a city\!
- Extended flexibility of the `city` argument–in addition to a string
that matches the city name, the package can now find the appropriate
feed given any subfeed of a bikeshare system.
- Extend argument checking.
- Make error messages more informative.
- Documentation improvements.
- Code refactoring.

# gbfs 1.2.0

- Addressed errors arising from new columns types introduced in the
new NABSA GBFS guidelines.
- Added the `output` argument, allowing users to either save the
outputs as `.Rds` files or return them as list or dataframe objects.
As a result, the directory argument is no longer required if `output
= "return"`
- Minor bug fixes and documentation improvements

# gbfs 1.1.0

- Thanks to Mark Padgham (@mpadge), we’ve introduced a new function
`get_gbfs_cities` that lists all of the cities currently releasing
feeds\! This function will help inform users who do not have a
specific city already in mind.
- Add functionality for new column types introduced in the new NABSA
GBFS guidelines.
- Minor bug fixes (unused imports, vignette errors, etc.)

0 comments on commit ecf480b

Please sign in to comment.