obsidian-core
v1.4.2
Published
Obsidian Framework core libraries
Downloads
1,543
Readme
Obsidian Core
Miscellaneous libraries related to Obsidian projects...
Install
npm install obsidian-core
Contributing
Questions
If you have any question, you can:
Bugs
If you found a bug, please open an issue on Github with as much information as possible.
Pull Requests
Please consider filing a bug before starting to work on a new feature. This will allow us to discuss the best way to do it. This is of course not necessary if you just want to fix some typo or small errors in the code.
Coding Style / Lint
To check coding style, run the follwoing command:
npx grunt jshint
Tests
Tu run tests, use the following command:
npx grunt test
Changelog
[NEXT] (changes on master that have not been released yet):
- Updated dev dependencies (@dependabot, #59, #61)
v1.4.2:
- feat: Added TypeScript type declaration (@Pduhard, #112)
- misc: Updated dev dependencies (@dependabot)
v1.4.1:
- Updated dependencies (@jbghoul, #44)
- Replaced deprecated mocha-phantomjs by mocha-headless-chrome to run tests (@jbghoul, #44)