@md2do/todoist 0.2.3 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @md2do/todoist
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Add comprehensive warning system for markdown validation and VSCode extension
8
+ - Add warning configuration system with customizable rules
9
+ - Add VSCode extension with task explorer, diagnostics, hover tooltips, and smart completion
10
+ - Support for validating malformed checkboxes, missing metadata, duplicate IDs, and more
11
+ - Add .vsix distribution for beta testing
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies []:
16
+ - @md2do/core@0.3.0
17
+
3
18
  ## 0.2.3
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md2do/todoist",
3
- "version": "0.2.3",
3
+ "version": "0.3.0",
4
4
  "description": "Todoist API integration for md2do",
5
5
  "keywords": [
6
6
  "todoist",
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "@doist/todoist-api-typescript": "^3.0.3",
43
43
  "date-fns": "^3.0.6",
44
- "@md2do/core": "0.2.3"
44
+ "@md2do/core": "0.3.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "tsup": "^8.0.1"