Comparing version 2.0.1-dev.202312121308 to 2.0.1-dev.202401261010
@@ -6,2 +6,9 @@ # Change Log | ||
<a name="2.0.0-beta.10"></a> | ||
# 2.0.0-beta.10 (2024-01-26) | ||
### Refactorings: | ||
* **enums:** string literal types in favour of const enums (#1870) ([e21e0c9](https://github.com/aurelia/aurelia/commit/e21e0c9)) | ||
<a name="2.0.0-beta.9"></a> | ||
@@ -8,0 +15,0 @@ # 2.0.0-beta.9 (2023-12-12) |
@@ -18,6 +18,6 @@ import { IContainer } from '@aurelia/kernel'; | ||
export { Metadata, } from '@aurelia/metadata'; | ||
export { type ITask, Platform, type QueueTaskOptions, Task, TaskAbortError, TaskQueue, TaskQueuePriority, TaskStatus } from '@aurelia/platform'; | ||
export { all, DI, IContainer, inject, resolve, type IRegistration, type IRegistry, type IResolver, IServiceLocator, type Key, lazy, optional, Registration, singleton, transient, InstanceProvider, type Resolved, type Class, type Constructable, type ConstructableClass, type IDisposable, type IIndexable, ColorOptions, ILogger, ConsoleSink, LoggerConfiguration, emptyArray, emptyObject, noop, LogLevel, EventAggregator, IEventAggregator, isArrayIndex, camelCase, kebabCase, pascalCase, toArray, bound, } from '@aurelia/kernel'; | ||
export { CollectionKind, batch, ComputedObserver, IObserverLocator, ISignaler, subscriberCollection, type BindingBehaviorInstance, observable, type ValueConverterInstance, type IndexMap, } from '@aurelia/runtime'; | ||
export { type ITask, Platform, type QueueTaskOptions, Task, TaskAbortError, TaskQueue, type TaskStatus } from '@aurelia/platform'; | ||
export { all, DI, IContainer, inject, resolve, type IRegistration, type IRegistry, type IResolver, IServiceLocator, type Key, lazy, optional, Registration, singleton, transient, InstanceProvider, type Resolved, type Class, type Constructable, type ConstructableClass, type IDisposable, type IIndexable, type ColorOptions, ILogger, ConsoleSink, LoggerConfiguration, emptyArray, emptyObject, noop, LogLevel, EventAggregator, IEventAggregator, isArrayIndex, camelCase, kebabCase, pascalCase, toArray, bound, } from '@aurelia/kernel'; | ||
export { type CollectionKind, batch, ComputedObserver, IObserverLocator, ISignaler, subscriberCollection, type BindingBehaviorInstance, observable, type ValueConverterInstance, type IndexMap, } from '@aurelia/runtime'; | ||
export { customAttribute, CustomAttribute, templateController, containerless, customElement, CustomElement, capture, useShadowDOM, AppTask, BindingMode, bindable, type PartialBindableDefinition, Bindable, coercer, PartialChildrenDefinition, children, Controller, ViewFactory, IAppRoot, INode, IEventTarget, IRenderLocation, type ICustomAttributeViewModel, type ICustomElementViewModel, IFlushQueue, FlushQueue, IFlushable, renderer, IAurelia, NodeObserverLocator, IAuSlot, IAuSlotsInfo, AuSlotsInfo, IAuSlotWatcher, slotted, ChildrenBinding, ITemplateCompiler, ITemplateCompilerHooks, TemplateCompilerHooks, templateCompilerHooks, attributePattern, IAttributePattern, IAttrMapper, alias, registerAliases, bindingBehavior, BindingBehavior, valueConverter, ValueConverter, bindingCommand, type BindingCommandInstance, type IEnhancementConfig, type IHydratedParentController, ShortHandBindingSyntax, StyleConfiguration, type IShadowDOMConfiguration, cssModules, shadowCSS, ILifecycleHooks, type LifecycleHook, LifecycleHooks, lifecycleHooks, } from '@aurelia/runtime-html'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "aurelia", | ||
"version": "2.0.1-dev.202312121308", | ||
"version": "2.0.1-dev.202401261010", | ||
"main": "dist/cjs/index.cjs", | ||
"module": "dist/esm/index.mjs", | ||
"exports": { | ||
"types": "./dist/types/index.d.ts", | ||
"require": "./dist/cjs/index.cjs", | ||
"import": "./dist/esm/index.mjs", | ||
"development": "./dist/esm/index.dev.mjs" | ||
".": { | ||
"types": "./dist/types/index.d.ts", | ||
"require": "./dist/cjs/index.cjs", | ||
"import": "./dist/esm/index.mjs", | ||
"development": "./dist/esm/index.dev.mjs" | ||
}, | ||
"./development": { | ||
"types": "./dist/types/index.d.ts", | ||
"require": "./dist/cjs/index.dev.cjs", | ||
"import": "./dist/esm/index.dev.mjs" | ||
} | ||
}, | ||
@@ -48,9 +55,9 @@ "types": "dist/types/index.d.ts", | ||
"dependencies": { | ||
"@aurelia/fetch-client": "2.0.1-dev.202312121308", | ||
"@aurelia/kernel": "2.0.1-dev.202312121308", | ||
"@aurelia/metadata": "2.0.1-dev.202312121308", | ||
"@aurelia/platform": "2.0.1-dev.202312121308", | ||
"@aurelia/platform-browser": "2.0.1-dev.202312121308", | ||
"@aurelia/runtime": "2.0.1-dev.202312121308", | ||
"@aurelia/runtime-html": "2.0.1-dev.202312121308" | ||
"@aurelia/fetch-client": "2.0.1-dev.202401261010", | ||
"@aurelia/kernel": "2.0.1-dev.202401261010", | ||
"@aurelia/metadata": "2.0.1-dev.202401261010", | ||
"@aurelia/platform": "2.0.1-dev.202401261010", | ||
"@aurelia/platform-browser": "2.0.1-dev.202401261010", | ||
"@aurelia/runtime": "2.0.1-dev.202401261010", | ||
"@aurelia/runtime-html": "2.0.1-dev.202401261010" | ||
}, | ||
@@ -57,0 +64,0 @@ "devDependencies": { |
@@ -92,4 +92,3 @@ import { DI, IContainer, Registration } from '@aurelia/kernel'; | ||
TaskQueue, | ||
TaskQueuePriority, | ||
TaskStatus | ||
type TaskStatus | ||
} from '@aurelia/platform'; | ||
@@ -159,3 +158,3 @@ | ||
// IConsoleLike, | ||
ColorOptions, | ||
type ColorOptions, | ||
// ILogConfig, | ||
@@ -212,3 +211,3 @@ // ILogEvent, | ||
export { | ||
CollectionKind, | ||
type CollectionKind, | ||
batch, | ||
@@ -784,3 +783,2 @@ // CallFunctionExpression, | ||
// isInstruction, | ||
// IStylePropertyBindingInstruction, | ||
@@ -787,0 +785,0 @@ // NodeSequenceFactory, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
79254
1209
+ Added@aurelia/fetch-client@2.0.1-dev.202401261010(transitive)
+ Added@aurelia/kernel@2.0.1-dev.202401261010(transitive)
+ Added@aurelia/metadata@2.0.1-dev.202401261010(transitive)
+ Added@aurelia/platform@2.0.1-dev.202401261010(transitive)
+ Added@aurelia/platform-browser@2.0.1-dev.202401261010(transitive)
+ Added@aurelia/runtime@2.0.1-dev.202401261010(transitive)
+ Added@aurelia/runtime-html@2.0.1-dev.202401261010(transitive)
- Removed@aurelia/fetch-client@2.0.1-dev.202312121308(transitive)
- Removed@aurelia/kernel@2.0.1-dev.202312121308(transitive)
- Removed@aurelia/metadata@2.0.1-dev.202312121308(transitive)
- Removed@aurelia/platform@2.0.1-dev.202312121308(transitive)
- Removed@aurelia/platform-browser@2.0.1-dev.202312121308(transitive)
- Removed@aurelia/runtime@2.0.1-dev.202312121308(transitive)
- Removed@aurelia/runtime-html@2.0.1-dev.202312121308(transitive)