You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
builder: cache is here! Now NgDoc caches build results and next time it will use them or rebuild only necessary pages instead of rebuilding everything from scratch (83a6caa), closes #44
app:arrow-up, arrow-down hotkeys don't work for the search input (ea58bd5)
app: browser console has various warnings (a41927e)
Features
builder: add experimental esbuild support, now you can configure the builder by specifying angularBuilder property in the ng-doc.config.ts file (57f40a2), closes #42
builder: external packages now can be provided in the configuration file, to make them available in your code for file entities (4f0c1b2)
builder: the current state of the build is now displayed in the console (#49) (9e8f4bf)
Performance Improvements
app:@orama/* packages that are using for search have been updated, resulting in a reduced size of the main bundle. However, now it is necessary to manually import the stemmer from @orama/stemmers for languages other than English (8a0f69c)
playgrounds: the controls used in playgrounds are now sorted primarily by type and then by name, which should make playgrounds pretty. It is now also possible to specify the order for custom type controls (009f462)
Performance Improvements
builder: the Entity API search for exported declarations has been optimized, now it is twice as fast. For ng-doc documentation, it used to take 6 - 7 seconds, now ~3 seconds (0d905c4)