Releases: ropensci/readODS
Releases · ropensci/readODS
v2.3.1
What's Changed
- Fix #190 by @chainsawriot in #191
- Fix #193 by @chainsawriot in #195
- Fix #194 by @chainsawriot in #197
- Fix #200 by @chainsawriot in #202
- Update doc fix #203 by @chainsawriot in #204
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Add website to DESCRIPTION by @olivroy in #184
- Fix #185 by @chainsawriot in #186
- use
minty
ref #173 by @chainsawriot in #187 - Fix #188 by @chainsawriot in #189
New Contributors
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Fix #170 by @chainsawriot in #171
- Slightly refactor the code by @chainsawriot in #172
- Refactor c++ code to reduce repeated code by @chainsawriot in #176
- Fix #177 by @chainsawriot in #178
- Fix #169 by @chainsawriot in #179
- Add preventive measure against #180 by @chainsawriot in #181
- Fix #151 by @chainsawriot in #182
- Fix #154 by @chainsawriot in #183
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- 126 2 by @chainsawriot in #134
- Fix #137 by @chainsawriot in #138
- F136 by @chainsawriot in #139
- fix #113 by @chainsawriot in #140
- Gh36 by @chainsawriot in #143
- Call R functions inside cpp by @chainsawriot in #145
- Correct
write_ods
about empty sheet ref #142 by @chainsawriot in #148 - Update tests and docs fix #142 by @chainsawriot in #149
- Add
write_fods
by @chainsawriot in #150 - Make
write_fods
complete, fix #103 by @chainsawriot in #152 - Coltypes2 by @chainsawriot in #153
- Reverse the decision to deprecate
ods_sheets
ref #133 by @chainsawriot in #156 - Cppwriteclean by @chainsawriot in #155
- fix #56 by @chainsawriot in #158
- Fix #157 by @chainsawriot in #159
- Fix #157 again by @chainsawriot in #160
- Fix #163 by @chainsawriot in #164
- fix #141 by @chainsawriot in #161
- Remove
setwd()
fix #165 by @chainsawriot in #166 - Possible implementation of #146 by @chainsawriot in #167
- Fix #162 by @chainsawriot in #168
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- Fix #79 by @chainsawriot in #98
- Fix #100 by @chainsawriot in #101
- use
zip
#99 by @chainsawriot in #102 - Set necessary permissions for writing when copying read-only template by @ktiu in #106
- Add test cases for #107 by @chainsawriot in #108
- Rewrote read functions in CPP by @pbrohan in #110
- Get rid of
purrr
dependency by @chainsawriot in #111 - Reduce documentation [no ci] by @chainsawriot in #112
- As tibble by @pbrohan in #114
- Add license [no ci] ref #63 by @chainsawriot in #116
- Read
as_tibble
by default. by @pbrohan in #117 - Bump version number by @pbrohan in #118
- Emulate writexl::write_xlsx by @chainsawriot in #119
- Writeods by @pbrohan in #121
- Replace
utils::unzip
by @chainsawriot in #123 - Fix #124 by @chainsawriot in #125
- Implement #127 by @chainsawriot in #128
- Implement #129 by @chainsawriot in #130
- Fix #131 by @chainsawriot in #132
New Contributors
Full Changelog: cran_v1.8...v2.0.0
v1.8
What's Changed
- refactor vfs so that append and update can also work ref #88 by @chainsawriot in #89
- Name consistency by @MichalLauer in #91
- check_names implementation by @MichalLauer in #92
- Escape by @chainsawriot in #94
- Fix #93 by @chainsawriot in #95
New Contributors
- @MichalLauer made their first contribution in #91
Full Changelog: v1.7...cran_v1.8
v.1.7
changes:
- add
append
&update
options forwrite_ods
- add vignette
- add logo
- update README
- depreciating
read.ods
and other old functions, future version would only have functions with a name starting with a verb.