Skip to content

Commit 5a51609

Browse files
committed
Add separate download and release notes for js and .net
1 parent 9b2b4a1 commit 5a51609

File tree

11 files changed

+129
-11
lines changed

11 files changed

+129
-11
lines changed

_data/menu-js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
title: JavaScript client
22
shorttitle: JS
33
menuitems:
4-
- { link: download.html, title: Download }
4+
- { link: download.html, title: Download, isparent: true }
5+
- { link: release-notes.html, title: Release Notes, ischild: true }
56
- { link: features.html, title: Features }
67
- { link: prerequisites.html, title: Prerequisites }
78
- { link: lap-around-breeze.html, title: A lap around Breeze, isparent: true }

_data/menu-net.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ title: .NET Server + EF or NHibernate
22
shorttitle: .NET
33
menuitems:
44
- { link: "nuget-packages.html", title: Start with Nuget }
5+
- { link: "download.html", title: Download, isparent: true }
6+
- { link: "release-notes.html", title: Release Notes, ischild: true }
57
- { link: "hosting-in-aspnet.html", title: Hosting in ASP.NET }
68
- { link: "webapi-routing.html", title: Web API Routing }
79
- { link: "webapi-controller.html", title: The Web API Controller }

doc-js/download.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<h1>Download</h1>
77

88
<div class="download-intro">
9-
<a onclick="window.open('/downloads/breeze-runtime-1.5.4.zip')"
10-
href="#" title="Download the BreezeJS core libraries as a zip">BreezeJS 1.5.4</a>
9+
<a onclick="window.open('/downloads/breeze-client-1.5.5.zip')"
10+
href="#" title="Download the BreezeJS core libraries as a zip">BreezeJS 1.5.5</a>
1111
<br/>
1212
<a onclick="window.open('//github.com/Breeze/breeze.js.samples/blob/master/README.md')"
1313
href="#" title="Download the BreezeJS samples as a zip">BreezeJS Samples</a>
@@ -26,18 +26,18 @@ <h1>Download</h1>
2626
<h2 style="text-align:center"><a href="/doc-main/github-repositories.html" title="Breeze on GitHub">Get it on Github</a></h2>
2727
<p>Learn about the Breeze family of <a href="/doc-main/github-repositories.html" title="Breeze on GitHub">repositories on GitHub</a>.</p>
2828
<p>Get the JavaScript libraries:</p>
29-
<!-- the funny part between 'Breeze/.../Breeze.Client' is the SHA of the commit for this specific version of the script file. Update this each release-->
29+
<!-- the funny part between 'blob/.../build' is the SHA of the commit for this specific version of the script file. Update this each release-->
3030
<div>
31-
<a href="https://github.com/Breeze/breeze.js/blob/ae1f9528479ec9c652a23396c2764a1345681060/build/breeze.debug.js" target="_blank">breeze.debug.js</a><br/>
32-
<a href="https://github.com/Breeze/breeze.js/blob/ae1f9528479ec9c652a23396c2764a1345681060/build/breeze.min.js" target="_blank">breeze.min.js</a>
31+
<a href="https://github.com/Breeze/breeze.js/blob/a731d453040a615a21dc7975734922f63459f535/build/breeze.debug.js" target="_blank">breeze.debug.js</a><br/>
32+
<a href="https://github.com/Breeze/breeze.js/blob/a731d453040a615a21dc7975734922f63459f535/build/breeze.min.js" target="_blank">breeze.min.js</a>
3333
</div>
3434
</div>
3535
</div>
3636

3737
<div class="download-box">
3838
<div class="download-box__inner">
3939
<div style="text-align:center">
40-
<a href="/doc-net/nuget-packages.html" class="download-box__icon" target="_blank">
40+
<a href="/doc-net/nuget-packages.html" class="download-box__icon" target="_blank">
4141
<img src="/images/logos/nuget-logo-mark.png" title="Get it on NuGet" />
4242
</a>
4343
</div>
@@ -47,7 +47,7 @@ <h2 style="text-align:center"><a href="/doc-net/nuget-packages.html">Start with
4747
</div>
4848
</div> <!-- .download-boxes -->
4949

50-
<div class="download-boxes">
50+
<div class="download-boxes">
5151
<div class="download-box">
5252
<div class="download-box__inner">
5353
<div style="text-align:center">
@@ -81,6 +81,6 @@ <h2>Prerequisites</h2>
8181
<p>Many of the demos and samples were built with .NET development in mind. Please review the <a href="/doc-js/prerequisites.html">prerequisites topic</a> before trying to build and execute them.</p>
8282
<a name="release notes"></a>
8383
<h2>Release notes</h2>
84-
<p>Please visit the <a href="/doc-main/release-notes.html">BreezeJS Release Notes</a> page.</p>
84+
<p>Please visit the <a href="/doc-js/release-notes.html">BreezeJS Release Notes</a> page.</p>
8585
<h2>Prior Release Builds</h2>
8686
<p>Listing of BreezeJS releases available for <a href="/downloads/" target="prior_downloads">download</a>.</p>

doc-js/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,3 @@ But it bears repeating: Breeze client is in no way limited to these particular t
163163
## What's next?
164164

165165
You now have the big picture. Take a look at Breeze <a href="/doc-js/features.html">Features</a> or run the <a href="http://learn.breezejs.com" target="_blank">Online Tutorial</a>.
166-
You now have the big picture. Take a look at Breeze <a href="/doc-js/features.html">Features</a> or run the <a href="http://learn.breezejs.com" target="_blank">Online Tutorial</a>.

doc-js/prerequisites.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2>Visual Studio and the Samples</h2>
5454

5555
<p>Many samples demonstrate breeze working with Node, Java, PHP, and Rails back-ends as well. Your<a href="https://breezejs.uservoice.com/forums/173093-breeze-feature-suggestions/filters/top" target="_blank"> feedback on UserVoice</a> will help us prioritize additional samples for other server and storage technologies.</p>
5656

57-
<h3>Visual Studio 2012 and 2013</h3>
57+
<h3>Visual Studio 2012, 2013, and 2015</h3>
5858

5959
<p>Everything you need is installed by default.</p>
6060

doc-js/release-notes.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: doc-js
3+
---
4+
#BreezeJS Release Notes
5+
6+
These are the release notes for the current **1.5.x** releases of breeze.js only.
7+
8+
Prior [release notes](/doc-main/release-notes) (incorporating the Breeze server packages) are also available.
9+
10+
###<a name="155"></a>1.5.5 <span class="doc-date">Feb. 2, 2016</span>###
11+
12+
#### Breeze.Js Features
13+
- Perf: executeQueryLocallyCore replaced `result.push.apply` syntax with `result=result.concat(entities)` (Issue [#105](https://github.com/Breeze/breeze.js/issues/101))
14+
- Make it easier to create custom DataTypes; move DataType-specific code into the DataType class
15+
- Module loading: replaced all instances of `require('breeze');` with `require('breeze-client');` to conform to npm and bower package names. This is a **breaking change** if you use require().
16+
17+
#### Breeze.Js Bugs
18+
- Problem with MergeStrategy.PreserveChanges with fk change and expand. (D2677)
19+
- All OData DataService adapters use absolute URLs both for direct calls and inside $batch payloads (D2679)
20+
- Fix `exportEntities([])` exports everything (instead of nothing)
21+
- OData metadata with entities in multiple namespaces (Issue [#96](https://github.com/Breeze/breeze.js/issues/96) and [#101](https://github.com/Breeze/breeze.js/issues/101))
22+
23+
See the prior [release notes](/doc-main/release-notes) for previous changes.

doc-main/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ layout: doc-main
55

66
These are the release notes for the current **1.5.x** and 1.4.x releases.
77

8+
#### For releases after 2015, please see the separate release notes pages for each technology.
9+
810
Prior <a href="/doc-main/previous-release-notes" target="_blank">release notes</a> are also available.
911

1012
##1.5.x
@@ -23,6 +25,8 @@ See: <a href="/doc-node-sequelize/"> breeze-sequelize package</a>
2325
* [NHibernate support](/doc-net/nh.html) with an [NHibernate sample](/doc-samples/north-breeze.html)
2426
* Support for OData V3, Visual Studio 2013, ASP.NET Web API 2.1, and Entity Framework 6
2527

28+
#### For releases after 2015, please see the separate release notes page for each technology.
29+
2630
###<a name="154"></a>1.5.4 <span class="doc-date">May 5, 2015</span>###
2731

2832
#### Breeze.Js Features

doc-net/download.html

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
layout: doc-net
3+
redirect_from: "/old/documentation/download.html"
4+
custom-css: "/styles/download.css"
5+
---
6+
<h1>Download</h1>
7+
8+
<div class="download-intro">
9+
<a onclick="window.open('/downloads/breeze-server-net-1.5.5.zip')"
10+
href="#" title="Download the Breeze server libraries for .NET as a zip">Breeze.Server.NET 1.5.5</a>
11+
<br/>
12+
<a onclick="window.open('//github.com/Breeze/breeze.js.samples/blob/master/README.md')"
13+
href="#" title="Download the BreezeJS samples as a zip">BreezeJS Samples</a>
14+
</div>
15+
16+
<div></div>
17+
18+
<div class="download-boxes">
19+
<div class="download-box">
20+
<div class="download-box__inner">
21+
<div style="text-align:center">
22+
<a href="/doc-main/github-repositories.html" class="download-box__icon" target="_blank">
23+
<img src="/images/logos/github-logo.png" title="Get it on Github" />
24+
</a>
25+
</div>
26+
<h2 style="text-align:center"><a href="/doc-main/github-repositories.html" title="Breeze on GitHub">Get it on Github</a></h2>
27+
<p>Learn about the Breeze family of <a href="/doc-main/github-repositories.html" title="Breeze on GitHub">repositories on GitHub</a>.</p>
28+
<p>Get the .NET libraries:</p>
29+
<!-- the funny part between 'blob/.../build' is the SHA of the commit for this specific version of the file. Update this each release-->
30+
<div>
31+
<a href="https://github.com/Breeze/breeze.server.net/blob/ae1f9528479ec9c652a23396c2764a1345681060/build/breeze.debug.js" target="_blank">breeze.debug.js</a><br/>
32+
<a href="https://github.com/Breeze/breeze./blob/ae1f9528479ec9c652a23396c2764a1345681060/build/breeze.min.js" target="_blank">breeze.min.js</a>
33+
</div>
34+
</div>
35+
</div>
36+
37+
<div class="download-box">
38+
<div class="download-box__inner">
39+
<div style="text-align:center">
40+
<a href="/doc-net/nuget-packages.html" class="download-box__icon" target="_blank">
41+
<img src="/images/logos/nuget-logo-mark.png" title="Get it on NuGet" />
42+
</a>
43+
</div>
44+
<h2 style="text-align:center"><a href="/doc-net/nuget-packages.html">Start with NuGet</a></h2>
45+
<p>This is the easiest way to build a Breeze application if you are using Visual Studio.</p>
46+
</div>
47+
</div>
48+
</div> <!-- .download-boxes -->
49+
50+
<div style="clear: both" />
51+
52+
<div style="padding-top: 20px">
53+
<p>The Breeze source code is free, open-source,&nbsp;<a href="http://opensource.org/licenses/mit-license.php">MIT licensed</a>.</p>
54+
</div>
55+
56+
<h2>Prerequisites</h2>
57+
<p>Many of the demos and samples were built with ASP.NET WebAPI, but can be converted to other server technologies. Please review the <a href="/doc-js/prerequisites.html">prerequisites topic</a> before trying to build and execute them.</p>
58+
<a name="release notes"></a>
59+
<h2>Release notes</h2>
60+
<p>Please visit the <a href="/doc-net/release-notes.html">Breeze.Server.NET Release Notes</a> page.</p>
61+
<h2>Prior Release Builds</h2>
62+
<p>Listing of Breeze releases available for <a href="/downloads/" target="prior_downloads">download</a>.</p>

doc-net/release-notes.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: doc-net
3+
---
4+
#BreezeJS Release Notes
5+
6+
These are the release notes for the current **1.5.x** releases of breeze.js only.
7+
8+
Prior [release notes](/doc-main/release-notes) (incorporating the Breeze client packages) are also available.
9+
10+
###<a name="155"></a>1.5.5 <span class="doc-date">Feb. 2, 2016</span>###
11+
12+
#### Breeze.Server.NET Features
13+
- Allow arrays in originalValuesMap (Issue [#2](https://github.com/Breeze/breeze.server.net/issues/2))
14+
- NHibernate: Changed NHExpander to expand IEnumerable (includes collections and sets) (Issue [#28](https://github.com/Breeze/breeze.server.net/issues/28))
15+
- NHibernate: Change support to NH 4
16+
- Change to WebActivatorEx
17+
- Add XML comment information to Nuget packages
18+
19+
#### Breeze.Server.NET Bugs
20+
- NHibernate: Ordering of dependent entities during save
21+
- NHibernate: Error when using formula column (thanks lnu)
22+
- NHibernate: Transaction is rolled back twice, resulting in AdoTransaction error (thanks lnu)
23+
- Inline count executed twice
24+
- EFEntityError.ErrorName never set (thanks tschettler)
25+
- Error when SaveMap contains unknown EntityType
26+
27+
See the prior [release notes](/doc-main/release-notes) for previous changes.

downloads/breeze-client-1.5.5.zip

406 KB
Binary file not shown.

0 commit comments

Comments
 (0)