| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| atomic-server-macos-m1 | 2024-10-07 | 52.2 MB | |
| atomic-server-x86_64-unknown-linux-musl | 2024-10-07 | 58.3 MB | |
| atomic-server-x86_64-unknown-linux-gnu | 2024-10-07 | 57.6 MB | |
| atomic-server-armv7-unknown-linux-musleabihf | 2024-10-07 | 51.8 MB | |
| README.md | 2024-10-07 | 1.4 kB | |
| v0.40.0 source code.tar.gz | 2024-10-07 | 3.8 MB | |
| v0.40.0 source code.zip | 2024-10-07 | 4.3 MB | |
| Totals: 7 Items | 228.0 MB | 0 | |
Atomic-Server
- Speed up Commits by bundling DB transactions [#297]
- Introduce
Db::apply_transactionandStorelike::apply_commit - Deprecate
add_atom_to_indexandremove_atom_from_indexas public methods.
Atomic Browser
- #952 Add templates containing pre made ontologies and resources.
- #970 Add "show commit" button in History
- #968 Allow users to pick files by entering a subject into the file picker search bar.
- #969 Fix markdown editor sometimes doesn't update the value after saving.
- #975 Add create button to resource selector without classtype.
- Fix markdown editor closing the edit page when a button is clicked.
- Add an edit button to the default resource view.
@tomic/lib
- BREAKING CHANGE: removed the
importJsonAdStringfunction. - Added
store.importJsonAD()method. - Added support for commonJS modules.
@tomic/cli
- Fix shortnames in externals.ts are not converted to camelCase.
- Filter out duplicate classes and properties in generated types.
@tomic/create-template
- Added
@tomic/create-templatepackage to create new templates.