Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-28 | fix(#32): Fix rollup value parsing issues (#33) | 3 | -9/+130 | ||
Fixes #32: Rollup values were not being parsed correctly. | |||||
2021-12-18 | (cargo-release) version 0.3.2v0.3.2 | 1 | -1/+1 | ||
2021-12-17 | Url property can be null (#26) | 1 | -1/+1 | ||
* Url property can be null * removed comment in wrong place | |||||
2021-12-12 | Create SECURITY.md (#25) | 1 | -0/+12 | ||
2021-12-11 | fix(build): Fix GHA scheduled workflow (#24) | 1 | -1/+1 | ||
2021-12-11 | build(audits): Split security audit out of build workflow (#22) | 2 | -4/+18 | ||
There are currently unfixable issues with `chrono 0.4.19` in security audits... Until these are fixable they are just showing up as build failures Splitting this into it's own workflow is probably the correct thing long term anyways | |||||
2021-12-11 | (cargo-release) version 0.3.1v0.3.1 | 1 | -1/+1 | ||
2021-12-11 | chore(versions): Update dependency versions (#21) | 1 | -2/+2 | ||
2021-12-11 | fix(example): Example wasn't compling + lib fixes (#19) | 5 | -7/+32 | ||
* get page + query database bugfixes * fixed wrong error type * clap integration fix * comments cleaning * source formatting using cargo format | |||||
2021-09-22 | (cargo-release) start next development iteration 0.3.1-alpha.0 | 1 | -1/+1 | ||
2021-09-22 | (cargo-release) version 0.3.0v0.3.0 | 1 | -1/+1 | ||
2021-09-22 | feat: Paging improvements and ergonomics | 7 | -10/+61 | ||
2021-08-30 | (cargo-release) start next development iteration 0.2.1-alpha.0 | 1 | -1/+1 | ||
2021-08-30 | (cargo-release) version 0.2.0v0.2.0 | 1 | -1/+1 | ||
2021-08-30 | Improve ergonomics | 4 | -3/+29 | ||
2021-08-29 | Split NotionApi tests out | 2 | -168/+165 | ||
2021-08-29 | Notion API Version 2021-08-16 support; fix a bunch of modling errors as well | 20 | -191/+688 | ||
2021-08-28 | (cargo-release) start next development iteration 0.1.3-alpha.0 | 1 | -1/+1 | ||
2021-08-28 | (cargo-release) version 0.1.2v0.1.2 | 1 | -1/+1 | ||
2021-08-28 | Number format parsing bug. Fixes #15 (#16) | 7 | -102/+212 | ||
2021-08-27 | (cargo-release) start next development iteration 0.1.2-alpha.0 | 1 | -1/+1 | ||
2021-08-27 | (cargo-release) version 0.1.1v0.1.1 | 1 | -1/+1 | ||
2021-08-27 | Make NotionApi Clone-able | 1 | -0/+1 | ||
2021-05-23 | Add initial todo example (#13) | 11 | -1/+233 | ||
2021-05-20 | build: Try speeding up build with build caching (#14) | 1 | -0/+2 | ||
2021-05-17 | (cargo-release) start next development iteration 0.1.1-alpha.0 | 1 | -1/+1 | ||
2021-05-17 | (cargo-release) version 0.1.0v0.1.0 | 1 | -1/+1 | ||
2021-05-17 | ci: adding doc build step (#10) | 5 | -3/+29 | ||
2021-05-17 | refactor: Rename Indentifible trait to AsIdentifier and try to improve the ↵ | 2 | -45/+26 | ||
usability (#11) | |||||
2021-05-16 | Get Children Blocks (#9) | 2 | -7/+189 | ||
* wip * generic block * refactor * all blocks * format * PR Feedback * more feedback Co-authored-by: Brett Spradling <bspradling@godaddy.com> | |||||
2021-05-16 | (cargo-release) version 0.0.1-beta.3v0.0.1-beta.3 | 1 | -1/+1 | ||
2021-05-16 | build: move to actions-rs for cargo commands | 2 | -6/+17 | ||
2021-05-16 | (cargo-release) version 0.0.1-beta.2v0.0.1-beta.2 | 1 | -1/+1 | ||
2021-05-16 | (cargo-release) version 0.0.1-beta.1v0.0.1-beta.1 | 1 | -1/+1 | ||
2021-05-17 | feat: adding proper error type with snafu (#8) | 4 | -31/+56 | ||
2021-05-16 | chore: lots of little cleanup (#7) | 4 | -27/+228 | ||
2021-05-16 | fix: Fixes issue #3, search can return objects (#5) | 3 | -21/+77 | ||
2021-05-15 | ci: update changelog action version | 1 | -1/+1 | ||
2021-05-15 | (cargo-release) version 0.0.1-alpha.3v0.0.1-alpha.3 | 1 | -1/+1 | ||
2021-05-15 | (cargo-release) version 0.0.1-alpha.2v0.0.1-alpha.2 | 1 | -1/+1 | ||
2021-05-15 | ci: Adding release processing, generating an alpha | 2 | -0/+4 | ||
2021-05-15 | (cargo-release) version 0.0.1-alpha.1 | 1 | -1/+1 | ||
2021-05-15 | chore: remove unneeded matrix build | 1 | -7/+2 | ||
2021-05-15 | adding env var | 1 | -0/+2 | ||
2021-05-15 | fix: Test include_str in CI | 2 | -1/+7 | ||
2021-05-15 | fix: Fix `master` references in CI (should be `main`) | 1 | -2/+2 | ||
2021-05-15 | feat: adding support for running API tests in CI (using my API token...) (#2) | 1 | -2/+11 | ||
2021-05-15 | adding CI | 4 | -0/+118 | ||
2021-05-15 | adding test for is_not_empty | 1 | -0/+14 | ||
2021-05-15 | adding serialize to true | 1 | -1/+38 | ||