Sebastián Ramírez
eec98bafe6
🔖 Release version 0.0.11
2020-03-16 13:24:10 +01:00
Sebastián Ramírez
6d2cff810c
📝 Update release notes
2020-03-16 13:23:10 +01:00
Sebastián Ramírez
1d3337a4da
✨ Re-implement completion, fixes, add PowerShell support ( #66 )
...
* ✨ Re-implement completion
* ✅ Add tests for re-implemented completion
* 🎨 Move mypy config to file
* 🙈 Update .gitignore
* ➕ Remove click-completion, add support for autodetection with shellingham
* ✅ Fix test for PowerShell
* 🐛 Fix PowerShell permissions/test
* 🎨 Format test
* 🏁 Fix PowerShell script for Windows and PowerShell 5
* 📝 Update docs, internal implementation of completion
2020-03-16 13:21:58 +01:00
Sebastián Ramírez
d651b7dc77
📝 Update release notes
2020-03-12 10:47:07 +01:00
Sebastián Ramírez
12eef051c8
🐛 Fix docs format with hl_lines ( #65 )
2020-03-12 10:46:32 +01:00
Sebastián Ramírez
67ecde536f
📝 Update release notes
2020-03-11 17:17:49 +01:00
Sebastián Ramírez
96731c43be
✨ Docs for Typer CLI ( #64 )
...
* ✨ Add docs for Typer CLI
* 📝 Update references to Typer CLI in docs
* 🔧 Update tests to check files and linting before tests, to error out early
* 📝 Sync README.md with docs/index.md
2020-03-11 17:16:49 +01:00
Sebastián Ramírez
87fe78c04d
📝 Update release notes
2020-03-11 12:15:24 +01:00
Sebastián Ramírez
a77057f5b0
📝 Add docs about alternatives and inspiration ( #62 )
2020-03-11 12:13:50 +01:00
Sebastián Ramírez
dd7241181e
📝 Add contributing guide ( #61 )
2020-03-11 09:43:04 +01:00
Sebastián Ramírez
51e272a2ce
🔖 Release version 0.0.10
2020-03-10 18:51:38 +01:00
Sebastián Ramírez
00c9e3763f
📝 Update release notes
2020-03-10 18:50:47 +01:00
Sebastián Ramírez
96b29e9639
✨ Add support for Click 7.1.1 ( #60 )
...
* ⬆️ Upgrade required Click to 7.1.1 and pin it to patch versions
as a MINOR version broke compatibility, so I'll have to upgrade manually every time
* 📌 Fix pinning Click to MINOR version
* ✨ Upgrade code to be compatible with latest Click changes
* ✅ Update tests with new format for errors
* 📝 Update docs to keep them in sync with actual output
2020-03-10 18:49:29 +01:00
Sebastián Ramírez
e8a30e5261
🔖 Release version 0.0.9
2020-03-08 19:12:31 +01:00
Sebastián Ramírez
c9dfefb2db
📝 Update release notes
2020-03-08 19:11:54 +01:00
Sebastián Ramírez
dd0ba8dcd5
🔧 Add type marker, support for PEP 561 ( #58 )
2020-03-08 19:11:14 +01:00
Sebastián Ramírez
095da33770
⬆️ Upgrade Netlify deploy action ( #57 )
2020-03-08 19:04:22 +01:00
Sebastián Ramírez
9bed3f169d
✨ Add support for mermaid visualizations ( #56 )
2020-03-08 18:57:46 +01:00
Sebastián Ramírez
31f7a44a46
📝 Update release notes
2020-02-15 13:39:47 +01:00
Sebastián Ramírez
fab12d5868
👷 Add GitHub action to deploy docs ( #50 )
2020-02-15 13:39:10 +01:00
Sebastián Ramírez
fdb5b50c61
📝 Update release notes
2020-01-18 20:41:36 +01:00
Sebastián Ramírez
8d6b201da9
📝 Refactor docs with internal links #38
2020-01-18 20:39:30 +01:00
Sebastián Ramírez
222765eacf
✅ Fix tests using binary config files
2020-01-18 19:50:57 +01:00
Sebastián Ramírez
2af83b0be5
📝 Refactor docs with internal links
2020-01-18 19:35:49 +01:00
Sebastián Ramírez
62fd577b3d
📝 Update release notes
2020-01-17 16:43:39 +01:00
Sebastián Ramírez
38c19f059f
🎨 Tweak external links' format #36
2020-01-17 16:42:34 +01:00
Sebastián Ramírez
fc902304b6
🎨 Tweak external link format
2020-01-17 16:27:17 +01:00
Sebastián Ramírez
9009a8d40c
🔖 Release version 0.0.8
2020-01-05 22:41:59 +01:00
Sebastián Ramírez
730a034d3f
📝 Update release notes
2020-01-05 22:39:23 +01:00
Sebastián Ramírez
9c0495b432
📝 Update docs. Add latest docs to MkDocs/website.
2020-01-05 22:35:58 +01:00
Sebastián Ramírez
ea0f2a6566
✅ Add extra tests for edge cases that don't belong on docs
2020-01-05 22:31:05 +01:00
Sebastián Ramírez
17b1748108
📝 Add all the latest docs to MkDocs
2020-01-05 22:24:27 +01:00
Sebastián Ramírez
5e063d8446
📝 Update docs for First Steps
2020-01-05 22:23:55 +01:00
Sebastián Ramírez
3efee0a551
✅ Add 4 extra tests for edge cases
2020-01-05 22:20:54 +01:00
Sebastián Ramírez
bcdcfce72a
📝 ✨ 🐛 Add docs for CLI parameters with multiple values, with tests and bug fixes
2020-01-05 22:19:30 +01:00
Sebastián Ramírez
c84fcae712
🐛 Fix handling of CLI parameters with multiple values
2020-01-05 22:12:11 +01:00
Sebastián Ramírez
724c4bc8b6
✅ Add tests for examples with multiple values
2020-01-05 22:10:54 +01:00
Sebastián Ramírez
fb8622b8bb
📝 Add docs and examples for CLI parameters with multiple values
2020-01-05 22:09:41 +01:00
Sebastián Ramírez
ff37cb874f
📝 Add extra docs and tests for param types
2020-01-05 22:07:49 +01:00
Sebastián Ramírez
be75c9c3a3
✅ Add tests for extra param types, bool, number
2020-01-05 21:53:57 +01:00
Sebastián Ramírez
421468c04c
📝 Add/extend docs and examples for param types. bool, int.
2020-01-05 21:52:46 +01:00
Sebastián Ramírez
439fb06fb8
📝 Add docs for Callbacks and One or Multiple commands, with docs, tests, bug fixes.
2020-01-05 21:50:31 +01:00
Sebastián Ramírez
6ccdbb8538
🐛 Fix getting callback from instance creation
2020-01-05 21:42:35 +01:00
Sebastián Ramírez
d0ee82ba82
✅ Add tests for commands: callbacks
2020-01-05 21:38:57 +01:00
Sebastián Ramírez
56bb2576c4
📝 Add docs for callbacks and one or multiple commands
2020-01-05 21:37:44 +01:00
Sebastián Ramírez
13819bfdfa
✨ Add docs for subcommands, examples, tests, bug fixes
2020-01-05 21:29:32 +01:00
Sebastián Ramírez
be3f32919b
🐛 Fix using solved/extracted help
2020-01-05 21:18:06 +01:00
Sebastián Ramírez
0086b7b316
🐛 Fix help extraction implementation and priority
2020-01-05 21:17:03 +01:00
Sebastián Ramírez
b4fa0617f9
🔥 Remove unnecessary noqa comments
2020-01-05 21:15:26 +01:00
Sebastián Ramírez
bf50faeacc
💚 Update dev dependencies and CI scripts
2020-01-05 21:07:26 +01:00