-
144ddad
: Version bump to V0.6.13
-
76a17e2
: Refactor logging to use DI container
-
006c0b2
: Support multiple file types in block render components
-
9a7502c
: Replace direct MockLogger with DIContainer in tests
-
0692558
: Remove deprecated BaseModel class
-
a94998a
: Deprecate BaseModel class and rename logger property
-
ffab7fe
: Refactor Logger and Dependency Injection
-
4dc9c71
: Refactor: Rename PrjSettings to IPrjSettings
-
d5e2b82
: Register new interfaces with deprecation notice
-
7d24231
: Refactor to use dependency injection for file types
-
25d804f
: Document metadata cache methods in IMetadataCache interface
-
9aefdc1
: Reorder imports for consistency
-
d92bdaf
: Refactor FileType Path for Better Modularity
-
c72d6d6
: Update badge paths in README and generation script
-
83ffef1
: Add test coverage badges and improve coverage script
-
2a9fe81
: Cleaned up comments in generate-badge script
-
66ca05d
: Refactor scripts path for better organization
-
318dd9f
: Update .eslintignore to include .mjs files
-
d7f83b6
: Refactor and enhance Jest config/scripts
-
7984a2d
: Remove target="_blank" from TypeDoc doc link
-
8e7ecf7
: Rename file and add TypeDoc documentation link
-
7e670a3
: Rename and update coverage script
-
c5c9d53
: Rename script and enhance HTML files with TypeDoc link
-
12033ee
: Update .eslintignore to exclude all JavaScript files
-
296f2f2
: Rename and update coverage script
-
2474236
: Rename script and enhance HTML files with TypeDoc link
-
9e129f3
: Fix/link (#94)
-
2447379
: Merge branch 'main' into fix/link
-
fcc7fb0
: Fix markdown link in documentation
-
868e590
: Update coverage link in documentation
-
5583e3e
: Convert plain link to HTML anchor tag
-
0cf133c
: Convert plain link to HTML anchor tag
-
9b78d14
: Refactoring/path of deployment (#92)
-
eefc436
: Merge branch 'main' into refactoring/path-of-deployment
-
63c7bf3
: Update coverage report link in Docs.md
-
215f9dd
: Handle test:coverage failures non-critically
-
a9f23c4
: Handle test:coverage failures non-critically
-
8e35e9a
: Update test:coverage script to run commands concurrently
-
5d51f0a
: Update test:coverage script to run commands concurrently
-
3f82917
: Fix LCOV path issues in coverage reports
-
c215b2a
: Add coverage folder in deploy script
-
3fb77f9
: Handle test failures gracefully and update docs
-
e6cd981
: Update Deploy-TypeDoc.yml
-
e81e8d3
: Automate TypeDoc deployment with GitHub Actions
-
bcb656c
: Fix/github-action (#84)
-
c528d4b
: Merge branch 'main' into fix/github-action
-
c888f39
: Allow 'gh-pages' prefix in branch name validation
-
1498015
: Version bump to V0.6.12
-
916acb0
: Refactor FileType imports and update type handling
-
f7b52a6
: Deprecate old file type definitions
-
a74bf9c
: ### Commit message:
-
12468f1
: Move IFileType to interfaces directory
-
e482491
: Expand ILifecycleObject interface with lifecycle hooks
-
ba49cf1
: Add FileType class and unit tests
-
25a199c
: Add IFileType interface and corresponding tests