Skip to content

Releases: gfoidl-Tests/Vue_Server_Test

Vue 3

26 Apr 19:17
a6df470
Compare
Choose a tag to compare

What's Changed

Full Changelog: vue-2...vue-3

Vue 2 (last version)

26 Apr 19:16
Compare
Choose a tag to compare

What's Changed

  • Simplified use of defineComponent by @gfoidl in #16
  • Updates for .NET 5 and latest npm-bits except webpack by @gfoidl in #17
  • CI try to re-use node_modules so it doesn't need to be recreated in each stage by @gfoidl in #18

Full Changelog: v2.2.0...vue-2

v2.2.0 -- Playing around with store + SignalR

27 Jun 16:03
6549757
Compare
Choose a tag to compare

State

  • History Redo
  • BootstrapIcons for history
  • SignalR updates via a HTTP-POST
  • Client calling SignalR-hub
  • Tests

See #15 for further info.

v2.1.0 -- Provide/Inject-pattern for store

19 Jun 18:31
Compare
Choose a tag to compare

State

  • store with provide/inject-pattern

In short: the best solution at the moment 😄

See #14 for further info

v2.0.0 -- Composition API

19 Jun 18:24
319d28d
Compare
Choose a tag to compare

State

  • Vue-components built with Composition API
  • added a store based on Composition API

See #13 for further info.

v1.0.0

19 Jun 18:09
Compare
Choose a tag to compare

State

  • frontend: Vue.js with vue-property-decorator
  • backend: ASP.NET Core Web-API with MediatR

Nothing fancy, but a solid setup with all tests.