v1.2.0 Release
What's Changed
- Only link atomics on 32bit GCC by @andrjohns in #8
- Replace Rcpp dependency with vendored cpp11 headers by @andrjohns in #9
- Remove R6 dependency by @andrjohns in #10
- Replace testthat with tinytest by @andrjohns in #11
- Add multi-arch check workflow by @andrjohns in #12
- Test -Wpedantic warnings when moving all C functions to C++ files by @andrjohns in #13
- Update submodule to new pedantic workarounds by @andrjohns in #14
- Tidying include structure by @andrjohns in #15
- Begin developing direct R and JS data passing by @andrjohns in #16
- Tidy functionality and add tests for R to JS conversions by @andrjohns in #18
- Initial implementations for passing JS variables to R by @andrjohns in #19
- Update submodule with fixes for Clang-18 ubsan error by @andrjohns in #20
- Add valgrind and sanitizer check workflows by @andrjohns in #21
- Fix valgrind errors by @andrjohns in #22
- Test JSON string return directly by @andrjohns in #23
- Add separate to_json and from_json functions by @andrjohns in #24
- Pass R args to JS call directly by @andrjohns in #26
- Use quickjs builtin functionality for parse and stringify, update doc by @andrjohns in #27
- Fix conversion of R arrays by @andrjohns in #28
- Add more tests and functionality for to_json by @andrjohns in #29
- Add R to JS mapping for dates and factors by @andrjohns in #30
- Altrep fixes by @andrjohns in #31
- Fix R to JS passing of nested dataframes by @andrjohns in #32
- Add R to JS support for matrices by @andrjohns in #33
- Support returning mixed-type scalar arrays from JS to R by @andrjohns in #34
- Support passing objects and arrays from JS to R by @andrjohns in #35
- Support passing and return POSIXct types between R and JS by @andrjohns in #36
- Fix compilation under linux armel clang by @andrjohns in #37
- Remove jsonlite dependency, use direct R to JS mapping by @andrjohns in #38
- Add support for passing R functions to JS by @andrjohns in #39
- Clang armel needs libatomic by @andrjohns in #40
- Safer passing of R functions to JS by @andrjohns in #41
Full Changelog: v1.1.0...v1.2.0