Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGreenhill authored Apr 22, 2024
1 parent 56a49fa commit b8534c9
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,24 @@ df <- get_table_from('LanguageTable', '/path/to/dir/wals_1a_cldf')
```


# Version History

v1.2.0:
- made url handling better
- better handling of datatypes for CLDF
- fix crash when a table does not exist despite the metadata saying it does
- documented debugging details and added more debugging information
- made nullify more robust

v1.1.0:
- fixed zip loading

v1.0.0:
- first release

# Debugging:

```r
logger::log_threshold(DEBUG)
o <- rcldf(...)
```
```

0 comments on commit b8534c9

Please sign in to comment.