Skip to content

Releases: Velir/Jabberwocky

V2 RTM

25 Apr 17:53
Compare
Choose a tag to compare

Upgrading packages from 2.0.0-beta to RTM (2.0.0)

v1.1.2 Jabberwocky.Glass

24 Mar 14:50
Compare
Choose a tag to compare

This release includes a minor bug fix to version 1 of Jabberwocky.Glass.

Fixed:

v2 Beta Release

17 Feb 14:24
Compare
Choose a tag to compare
v2 Beta Release Pre-release
Pre-release
v2.0-beta

Ensuring symbols sources get published to SymbolSource

v1.0.3 Jabberwocky.Core, v1.1.1 Jabberwocky.Glass, v1.0 Jabberwocky.Glass.Mvc, v1.2 Jabberwocky.Glass.Autofac.Mvc

This is a minor release containing bug fixes, and some small type-related refactorings:

  • PR #25 (type refactoring)
  • PR #29 (GIF: nested interface support)

There is also a couple of small untracked fixes to the AesHmacCryptoService:

  • Fixing nonce size - 7be1bdc
  • Fixing salt-to-byte conversion - b0ee1a6

v1.1 Jabberwocky.Glass

26 Jul 20:50
Compare
Choose a tag to compare

This is a minor update to Jabberwocky.Glass. It contains the following changes:

  • Adding z-index to the GlassFactoryTypeAttribute, allowing for multiple GIF implementations, ordered by priority (PR #26)

v1.1.1 Glass.Autofac.Mvc, v1.0.1 Glass.Autofac.WebApi

28 Apr 14:37
Compare
Choose a tag to compare

This is a maintenance release for the Jabberwocky.Autofac.(Mvc/WebApi) libraries. It includes the following change:

  • Fix for dependency resolution error in AutofacProcessorFactory (in PR #23)

v1.1 Autofac & Glass.Autofac

12 Apr 19:57
Compare
Choose a tag to compare

Minor update to port the Autowire Service functionality into the base Jabberwocky.Autofac library. This is a non-breaking change, and should not require a recompilation of any existing code-bases.

However, the forwarded-types from the old namespace (Jabberwocky.Glass.Autofac.*) have been marked as obsolete, and will be removed in a subsequent release.

v1.0.2 Jabberwocky.Core

06 Apr 20:27
Compare
Choose a tag to compare

This is a maintenance release for the Jabberwocky.Core library. It includes the following changes:

  • Includes a fix for issue #20 (in PR #21)

v1.1 Glass.Autofac.Mvc

18 Mar 18:08
Compare
Choose a tag to compare

This release contains new features related to the following issues:

  • #18: Rendering parameters templates may now be injected and used in a strongly-typed manner with GlassViewModels
  • #19: It is now possible to opt-in or out of nested datasource resolution when using the Jabberwocky ViewModel pattern.

Bug fixes for Code Analyzers

23 Feb 22:33
Compare
Choose a tag to compare

Includes fixes for:

Updates the following:

  • Jabberwocky.Core.CodeAnalysis
  • Jabberwocky.Glass.CodeAnalysis