Skip to content

0.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 12:09

🚀 New features

  • Better Table plugin v0.1.0
  • modernize sample plugin

🐛 Bug fixes

🔧 Other changes

  • Fix typo in ESLint plugin link
  • update eslint plugin version remove builtin-modules external dependency
  • update package.json
  • update sample plugin with eslint instructions
  • remove testing code
  • language
  • use forward slashes for cross OS compatibility
  • small copy tweaks
  • Corrections based on feedback
  • First pass
  • Prefix unused variables with _
  • Remove node 18 from action
  • add lock file to repo
  • Add lint action
  • Update to use released eslint plugin
  • Update to use released eslint plugin
  • Add license, fixes obsidianmd#98
  • Add linting of dependencies, throwing errors when including using telemetry libraries
  • Remove statement that API is unstable
  • Add stylelint and configure eslint to add custom plugin. - Split up main.ts into multiple files.
  • Update README.md
  • configure eslint
  • Fix incorrect TypeScript spelling
  • Fix inconsistent indentation
  • Update manifest description (obsidianmd#77)
  • Update README.md
  • Adapt to plugin guidelines (obsidianmd#65)
  • Update manifest.json
  • Remove old info about styles.css (obsidianmd#56)
  • Upgrade esbuild to v0.17.x (obsidianmd#47)
  • Update README.md
  • Add funding URL documentation
  • Update manifest.json
  • Build: Target ES2018.
  • Update sample css file.
  • Update for 0.15
  • Upgrade dependencies, add strictNullChecks.
  • Update esbuild.config.mjs
  • Fix README headings (obsidianmd#29)
  • use LF instead of CRLF (obsidianmd#28)
  • Update README.md
  • Always use latest obsidian package.
  • Update package.json
  • Update .gitignore (obsidianmd#25)
  • add version bump script (obsidianmd#10)
  • Update README.md (obsidianmd#24)
  • remove package-lock.json from .gitignore (obsidianmd#23)
  • add type check (obsidianmd#22)
  • Update esbuild script to include codemirror packages as external.
  • Update tsconfig.
  • Update build script to include external node packages.
  • Adding eslint for code .\src\ (obsidianmd#17)
  • Use ESBuild API instead of passing command line arguments (obsidianmd#16)
  • Add comment for gitignore.
  • Update sample plugin to use ESBuild.
  • preserve and load settings correctly
  • Add data.json to .gitignore
  • Upgrade dependencies.
  • Update README - Obsidian API update instructions
  • Update dependencies.
  • Rollup: Don't include source code in distribution.
  • a note regarding "use this template" button
  • Update README.md
  • add banner to bundle
  • Update README.md
  • Target ES6.
  • Update best practice for settings.
  • Add example for settings.
  • Added versions.json
  • Removed init.
  • Add more examples for hooks.
  • Add example for modifying CodeMirror.
  • Update manifest.json
  • Update readme.
  • Update readme.
  • Add version number.
  • Update readme.
  • Use rollup for bundling.
  • Update readme.
  • Refactor: Use new version of obsidian.d.ts from remote.
  • Update documentation.
  • Initial commit!