Commit graph

1042 commits

Author SHA1 Message Date
Ed Page
d6d69db005
Merge pull request #431 from halkeye/dockerfile
New dockerfile for #427.
2022-02-14 08:56:58 -06:00
Ed Page
c3bb4adfa1 fix(parser): Allow commas in urls
Got us closer to https://www.ietf.org/rfc/rfc3986.txt

Fixes #433
2022-02-14 08:49:55 -06:00
Ed Page
09203fd592 fix(parser): Recognize URLs with passwords 2022-02-14 08:21:56 -06:00
Gavin Mogan
e56be9f674 Dont update dockerfile with latest tag 2022-02-11 23:06:04 -08:00
Gavin Mogan
fa9bfdf8b1 New dockerfile for #427. Builds on demand 2022-02-10 21:05:57 -08:00
Ed Page
05773fe815 chore: Release 2022-02-08 07:12:19 -06:00
Ed Page
d3c8c18647 docs: Update changelog 2022-02-08 07:12:09 -06:00
Ed Page
0f8a05d91d
Merge pull request #428 from Flakebi/more-typos
feat(dict): Add more typos
2022-02-08 07:10:45 -06:00
Sebastian Neubauer
fa5a724cec feat(dict): Add more typos 2022-02-08 13:41:44 +01:00
Ed Page
23752c7843
Merge pull request #426 from epage/clap
chore: Update dependencies
2022-02-01 10:59:31 -06:00
Ed Page
8ddb09eff3 chore: Update dependencies 2022-02-01 10:34:12 -06:00
Ed Page
b787f96558
Merge pull request #424 from crate-ci/dependabot/cargo/assert_fs-1.0.7
chore(deps): Bump assert_fs from 1.0.6 to 1.0.7
2022-02-01 08:11:22 -06:00
Ed Page
00b3d22c1e
Merge pull request #423 from crate-ci/dependabot/cargo/trycmd-0.12.2
chore(deps): Bump trycmd from 0.8.3 to 0.12.2
2022-02-01 08:11:14 -06:00
dependabot[bot]
c3a7d42124
chore(deps): Bump trycmd from 0.8.3 to 0.12.2
Bumps [trycmd](https://github.com/assert-rs/trycmd) from 0.8.3 to 0.12.2.
- [Release notes](https://github.com/assert-rs/trycmd/releases)
- [Changelog](https://github.com/assert-rs/trycmd/blob/main/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/trycmd/compare/v0.8.3...v0.12.2)

---
updated-dependencies:
- dependency-name: trycmd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 13:18:17 +00:00
dependabot[bot]
ce6616753c
chore(deps): Bump assert_fs from 1.0.6 to 1.0.7
Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/assert-rs/assert_fs/releases)
- [Changelog](https://github.com/assert-rs/assert_fs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/assert_fs/compare/v1.0.6...v1.0.7)

---
updated-dependencies:
- dependency-name: assert_fs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 13:18:05 +00:00
Ed Page
cd9f256f33
Merge pull request #422 from crate-ci/dependabot/cargo/anyhow-1.0.53
chore(deps): Bump anyhow from 1.0.52 to 1.0.53
2022-02-01 07:16:22 -06:00
Ed Page
3c750ce656
Merge pull request #420 from crate-ci/dependabot/cargo/serde-1.0.136
chore(deps): Bump serde from 1.0.132 to 1.0.136
2022-02-01 07:14:34 -06:00
Ed Page
85f2d1c37c
Merge pull request #419 from crate-ci/dependabot/cargo/serde_json-1.0.78
chore(deps): Bump serde_json from 1.0.73 to 1.0.78
2022-02-01 07:14:26 -06:00
Ed Page
edd7eb17c8
Merge pull request #418 from crate-ci/dependabot/cargo/toml_edit-0.13.4
chore(deps): Bump toml_edit from 0.13.0 to 0.13.4
2022-02-01 07:14:18 -06:00
Ed Page
1c58fd0581
Merge pull request #416 from crate-ci/dependabot/cargo/clap-3.0.13
chore(deps): Bump clap from 3.0.0 to 3.0.13
2022-02-01 07:14:05 -06:00
dependabot[bot]
8114c46fb9
chore(deps): Bump anyhow from 1.0.52 to 1.0.53
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.52 to 1.0.53.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.52...1.0.53)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 07:03:07 +00:00
dependabot[bot]
1c7d1f6ef7
chore(deps): Bump serde from 1.0.132 to 1.0.136
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.132 to 1.0.136.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.132...v1.0.136)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 07:02:55 +00:00
dependabot[bot]
486c215a73
chore(deps): Bump serde_json from 1.0.73 to 1.0.78
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.73 to 1.0.78.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.73...v1.0.78)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 07:02:48 +00:00
dependabot[bot]
d69e5c3a2f
chore(deps): Bump toml_edit from 0.13.0 to 0.13.4
Bumps [toml_edit](https://github.com/ordian/toml_edit) from 0.13.0 to 0.13.4.
- [Release notes](https://github.com/ordian/toml_edit/releases)
- [Changelog](https://github.com/ordian/toml_edit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ordian/toml_edit/compare/v0.13.0...v0.13.4)

---
updated-dependencies:
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 07:02:43 +00:00
dependabot[bot]
a3f39efdc8
chore(deps): Bump clap from 3.0.0 to 3.0.13
Bumps [clap](https://github.com/clap-rs/clap) from 3.0.0 to 3.0.13.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.0.0...v3.0.13)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 07:02:33 +00:00
Ed Page
5b7fe620ec chore: Release 2022-01-26 14:32:31 -06:00
Ed Page
567da54531 docs: Update changelog 2022-01-26 14:32:05 -06:00
Ed Page
3affa63856
Merge pull request #414 from epage/base64
fix(parser): Detect shorter base64 values
2022-01-26 14:30:29 -06:00
Ed Page
a39074fc7f fix(parser): Detect shorter base64 values
This is part of the way to #413.  In that case, they aren't providing
padding though.
2022-01-26 14:18:01 -06:00
Ed Page
2c5f2ecedd chore: Release 2022-01-26 10:01:15 -06:00
Ed Page
6708ee9d02 docs: Update changelog 2022-01-26 09:59:28 -06:00
Ed Page
9422e45f3f
Merge pull request #412 from epage/bug
fix(parser): Don't stop on almost-printfs
2022-01-26 09:57:30 -06:00
Ed Page
3c78d65462 fix(parser): Don't stop on almost-printfs
When we added support for printf interopolation, we had to adjust our
separator matching to not eat the start of printf interpolation.

When doing so, I overlooked the need to still eat it in the catch-all.
If we don't, we then try to read `%` as part of the identifier and bail
out early.

Fixes #411
2022-01-26 09:39:23 -06:00
Ed Page
4b2e66487c chore: Release 2022-01-24 20:35:08 -06:00
Ed Page
165c5586e1 docs: Update changelog 2022-01-24 20:34:32 -06:00
Ed Page
adcc1f6f9c
Merge pull request #410 from epage/ordinal
fix(parser): Allow markdown formatting around ordinals
2022-01-24 20:33:54 -06:00
Ed Page
0c49c3ea2b fix(parser): Allow markdown formatting around ordinals
Fixes #409
2022-01-24 20:01:06 -06:00
Ed Page
a329a99ec7 chore: Release 2022-01-24 12:30:42 -06:00
Ed Page
b89e510113 docs: Update changelog 2022-01-24 12:30:29 -06:00
Ed Page
aa06d6a821
Merge pull request #408 from epage/config
fix(config): Ensure type-specific settings work
2022-01-24 12:27:52 -06:00
Ed Page
4971ea89c9 style: Make clippy happy 2022-01-24 12:14:15 -06:00
Ed Page
9b6b0dee5c test: Ensure extend-words also works
This was fixed in the previous commit when dealing with
deny_unknown_fields.

Fixes #407
2022-01-24 12:01:00 -06:00
Ed Page
55114b3777 fix(config): Allow check-file to work
Looks like `deny_unknown_fields` doesn't work with `flatten`.  See serde-rs/serde#1547.

Fixes #406
2022-01-24 12:01:00 -06:00
Ed Page
9134bec15e refactor(config): Line per attribute 2022-01-24 12:01:00 -06:00
Ed Page
900619be86 docs: Fix typo in example config
Fixes #404
2022-01-24 12:00:59 -06:00
Ed Page
91281038aa fix(config): Update to TOML 1.0
Fixes #405
2022-01-24 12:00:52 -06:00
Ed Page
f7fd7c0e42 chore: Release 2022-01-21 10:39:27 -06:00
Ed Page
4a3203b6f8
Merge pull request #403 from epage/workers
fix(dict): Workes should also correct to workers
2022-01-21 10:38:04 -06:00
Ed Page
5598b5b3e9 fix(dict): Workes should also correct to workers
Fixes #402
2022-01-21 10:10:56 -06:00
Ed Page
ac83c55077 chore: Release 2022-01-12 11:16:44 -06:00