Skip to content

Releases: xabikos/aspnet-webpack

v4.0.0

19 Mar 17:52
Compare
Choose a tag to compare

Changed

  • Upgrade to net core 1.1 and the new csproj project system #34

v3.0.0

13 Aug 17:21
Compare
Choose a tag to compare

Changed

  • Upgrade to asp.net core 1 #23

v2.0.0

22 May 18:38
Compare
Choose a tag to compare

Changed

  • Upgrade to asp.net core rc2 #21

v1.2.5

15 May 10:18
Compare
Choose a tag to compare

Changed

  • Fix error if Content-Length has already been set #20.

v1.2.4

14 Mar 20:04
Compare
Choose a tag to compare

Changed

  • Add content length header when intercepting the response and full html page is returned #14.

v1.2.3

21 Feb 18:50
Compare
Choose a tag to compare

Changed

  • Add option for specifying the development tool that is used from webpack [#11].

v1.2.2

03 Feb 20:59
Compare
Choose a tag to compare

Changed

  • Fix a bug when no default configuration file is generated [#9].

v1.2.1

01 Feb 22:25
Compare
Choose a tag to compare

Changed

  • Add option to disable the ES2015 features [#7].
  • Throw an exception with descriptive message when IIS Express is used [#8].

v1.2.0

17 Jan 23:33
Compare
Choose a tag to compare

Changed

  • Handle static external files (e.g. png, jpg) through url and file loader [#4].