Discussion:
[dart-misc] [dart-announce] Dart 1.15 is now available
'Kevin Moore' via Dart Announcements
2016-03-09 22:47:46 UTC
Permalink
Dart 1.15 is now available for download
<https://www.dartlang.org/downloads/>.

Check out the CHANGELOG
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md> for more
details.

1.15.0 - 2016-03-09
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#core-library-changes>Core
library changes

-

dart:async
- Made StreamView class a const class.
-

dart:core
- Added Uri.queryParametersAll to handle multiple query parameters with
the same name.
-

dart:io
- Added SecurityContext.usePrivateKeyBytes,
SecurityContext.useCertificateChainBytes,
SecurityContext.setTrustedCertificatesBytes, and
SecurityContext.setClientAuthoritiesBytes.
- *Breaking* The named directory argument of
SecurityContext.setTrustedCertificates has been removed.
- Added support to SecurityContext for PKCS12 certificate and key
containers.
- All calls in SecurityContext that accept certificate data now
accept an optional named parameter password, similar to
SecurityContext.usePrivateKeyBytes, for use as the password for
PKCS12 data.

<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#dartium>Dartium

- The Chrome-based tools that ship as part of the Dart SDK – Dartium and
content shell – are now based on Chrome version 45 (instead of Chrome 39).
- Dart browser libraries (dart:html, dart:svg, etc) have not been
updated.
- These are still based on Chrome 39.
- These APIs will be updated in a future release.
- Note that there are experimental APIs which have changed in the
underlying browser, and will not work with the older libraries. For
example, Element.animate.

<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#service-protocol-changes>Service
protocol changes

- Fixed a documentation bug where the field extensionRPCs in Isolate was
not marked optional.

<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#experimental-language-features>Experimental
language features

-

Added support for configuration-specific imports
<https://github.com/munificent/dep-interface-libraries/blob/master/Proposal.md>.
On the VM and dart2js, they can be enabled with --conditional-directives.

The analyzer requires additional configuration:

analyzer:
language:
enableConditionalDirectives: true

Read about configuring the analyzer
<https://github.com/dart-lang/sdk/tree/master/pkg/analyzer#configuring-the-analyzer> for
more details.
--
For more news and information, visit https://plus.google.com/+dartlang

To join the conversation, visit https://groups.google.com/a/dartlang.org/
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Davy Mitchell
2016-03-10 20:15:20 UTC
Permalink
Now on Chocolatey for Windows Users:
http://divingintodart.blogspot.co.uk/2016/03/dart-sdk-and-dartium-1150-chocolatey.html

choco install -y dart-sdk -version 1.15.0
choco install -y dartium -version 1.15.0

Regards,
Davy Mitchell

On 9 March 2016 at 22:47, 'Kevin Moore' via Dart Announcements <
Post by 'Kevin Moore' via Dart Announcements
Dart 1.15 is now available for download
<https://www.dartlang.org/downloads/>.
Check out the CHANGELOG
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md> for more
details.
1.15.0 - 2016-03-09
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#core-library-changes>Core
library changes
-
dart:async
- Made StreamView class a const class.
-
dart:core
- Added Uri.queryParametersAll to handle multiple query parameters
with the same name.
-
dart:io
- Added SecurityContext.usePrivateKeyBytes,
SecurityContext.useCertificateChainBytes,
SecurityContext.setTrustedCertificatesBytes, and
SecurityContext.setClientAuthoritiesBytes.
- *Breaking* The named directory argument of
SecurityContext.setTrustedCertificates has been removed.
- Added support to SecurityContext for PKCS12 certificate and key
containers.
- All calls in SecurityContext that accept certificate data now
accept an optional named parameter password, similar to
SecurityContext.usePrivateKeyBytes, for use as the password for
PKCS12 data.
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#dartium>Dartium
- The Chrome-based tools that ship as part of the Dart SDK – Dartium
and content shell – are now based on Chrome version 45 (instead of Chrome
39).
- Dart browser libraries (dart:html, dart:svg, etc) have not been
updated.
- These are still based on Chrome 39.
- These APIs will be updated in a future release.
- Note that there are experimental APIs which have changed in the
underlying browser, and will not work with the older libraries. For
example, Element.animate.
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#service-protocol-changes>Service
protocol changes
- Fixed a documentation bug where the field extensionRPCs in Isolate was
not marked optional.
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#experimental-language-features>Experimental
language features
-
Added support for configuration-specific imports
<https://github.com/munificent/dep-interface-libraries/blob/master/Proposal.md>.
On the VM and dart2js, they can be enabled with
--conditional-directives.
enableConditionalDirectives: true
Read about configuring the analyzer
<https://github.com/dart-lang/sdk/tree/master/pkg/analyzer#configuring-the-analyzer> for
more details.
--
For more news and information, visit https://plus.google.com/+dartlang
To join the conversation, visit https://groups.google.com/a/dartlang.org/
---
You received this message because you are subscribed to the Google Groups
"Dart Announcements" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
--
Diving Into Dart - http://divingintodart.blogspot.co.uk/
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Gen
2016-03-12 09:46:59 UTC
Permalink
Hi,
thanks for the new release.
Is the package folder with the symbolic links finally removed ?
And in Webstorm as well ?


Am Mittwoch, 9. MÀrz 2016 23:47:53 UTC+1 schrieb 'Kevin Moore' via Dart
Post by 'Kevin Moore' via Dart Announcements
Dart 1.15 is now available for download
<https://www.dartlang.org/downloads/>.
Check out the CHANGELOG
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md> for more
details.
1.15.0 - 2016-03-09
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#core-library-changes>Core
library changes
-
dart:async
- Made StreamView class a const class.
-
dart:core
- Added Uri.queryParametersAll to handle multiple query parameters
with the same name.
-
dart:io
- Added SecurityContext.usePrivateKeyBytes,
SecurityContext.useCertificateChainBytes,
SecurityContext.setTrustedCertificatesBytes, and
SecurityContext.setClientAuthoritiesBytes.
- *Breaking* The named directory argument of
SecurityContext.setTrustedCertificates has been removed.
- Added support to SecurityContext for PKCS12 certificate and key
containers.
- All calls in SecurityContext that accept certificate data now
accept an optional named parameter password, similar to
SecurityContext.usePrivateKeyBytes, for use as the password for
PKCS12 data.
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#dartium>Dartium
- The Chrome-based tools that ship as part of the Dart SDK – Dartium
and content shell – are now based on Chrome version 45 (instead of Chrome
39).
- Dart browser libraries (dart:html, dart:svg, etc) have not been
updated.
- These are still based on Chrome 39.
- These APIs will be updated in a future release.
- Note that there are experimental APIs which have changed in the
underlying browser, and will not work with the older libraries. For
example, Element.animate.
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#service-protocol-changes>Service
protocol changes
- Fixed a documentation bug where the field extensionRPCs in Isolate was
not marked optional.
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#experimental-language-features>Experimental
language features
-
Added support for configuration-specific imports
<https://github.com/munificent/dep-interface-libraries/blob/master/Proposal.md>.
On the VM and dart2js, they can be enabled with
--conditional-directives.
enableConditionalDirectives: true
Read about configuring the analyzer
<https://github.com/dart-lang/sdk/tree/master/pkg/analyzer#configuring-the-analyzer> for
more details.
--
For more news and information, visit https://plus.google.com/+dartlang
To join the conversation, visit https://groups.google.com/a/dartlang.org/
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Günter Zöchbauer
2016-03-12 10:11:54 UTC
Permalink
AFAIK the test package still depends on the symlinks, therefore
`--no-package-symlinks` isn't yet set to be the default, but I think this
is currently being worked on.
Post by Gen
Hi,
thanks for the new release.
Is the package folder with the symbolic links finally removed ?
And in Webstorm as well ?
Am Mittwoch, 9. MÀrz 2016 23:47:53 UTC+1 schrieb 'Kevin Moore' via Dart
Post by 'Kevin Moore' via Dart Announcements
Dart 1.15 is now available for download
<https://www.dartlang.org/downloads/>.
Check out the CHANGELOG
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md> for more
details.
1.15.0 - 2016-03-09
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#core-library-changes>Core
library changes
-
dart:async
- Made StreamView class a const class.
-
dart:core
- Added Uri.queryParametersAll to handle multiple query parameters
with the same name.
-
dart:io
- Added SecurityContext.usePrivateKeyBytes,
SecurityContext.useCertificateChainBytes,
SecurityContext.setTrustedCertificatesBytes, and
SecurityContext.setClientAuthoritiesBytes.
- *Breaking* The named directory argument of
SecurityContext.setTrustedCertificates has been removed.
- Added support to SecurityContext for PKCS12 certificate and key
containers.
- All calls in SecurityContext that accept certificate data now
accept an optional named parameter password, similar to
SecurityContext.usePrivateKeyBytes, for use as the password for
PKCS12 data.
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#dartium>
Dartium
- The Chrome-based tools that ship as part of the Dart SDK – Dartium
and content shell – are now based on Chrome version 45 (instead of Chrome
39).
- Dart browser libraries (dart:html, dart:svg, etc) have not been
updated.
- These are still based on Chrome 39.
- These APIs will be updated in a future release.
- Note that there are experimental APIs which have changed in the
underlying browser, and will not work with the older libraries. For
example, Element.animate.
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#service-protocol-changes>Service
protocol changes
- Fixed a documentation bug where the field extensionRPCs in Isolate was
not marked optional.
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#experimental-language-features>Experimental
language features
-
Added support for configuration-specific imports
<https://github.com/munificent/dep-interface-libraries/blob/master/Proposal.md>.
On the VM and dart2js, they can be enabled with
--conditional-directives.
enableConditionalDirectives: true
Read about configuring the analyzer
<https://github.com/dart-lang/sdk/tree/master/pkg/analyzer#configuring-the-analyzer> for
more details.
--
For more news and information, visit https://plus.google.com/+dartlang
To join the conversation, visit https://groups.google.com/a/dartlang.org/
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Gen
2016-03-12 14:44:34 UTC
Permalink
Thanks for the reply.
Even though it is disappointing that I must still use
"--no-package-symlinks" in 1.15.
AFAIR the first good question for release 1.14 was about the removal of the
package folder.
I wonder why the Dart team is still holding back ? Since version 1.10 ?
Post by Günter Zöchbauer
AFAIK the test package still depends on the symlinks, therefore
`--no-package-symlinks` isn't yet set to be the default, but I think this
is currently being worked on.
Post by Gen
Hi,
thanks for the new release.
Is the package folder with the symbolic links finally removed ?
And in Webstorm as well ?
Am Mittwoch, 9. MÀrz 2016 23:47:53 UTC+1 schrieb 'Kevin Moore' via Dart
Post by 'Kevin Moore' via Dart Announcements
Dart 1.15 is now available for download
<https://www.dartlang.org/downloads/>.
Check out the CHANGELOG
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md> for more
details.
1.15.0 - 2016-03-09
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#core-library-changes>Core
library changes
-
dart:async
- Made StreamView class a const class.
-
dart:core
- Added Uri.queryParametersAll to handle multiple query parameters
with the same name.
-
dart:io
- Added SecurityContext.usePrivateKeyBytes,
SecurityContext.useCertificateChainBytes,
SecurityContext.setTrustedCertificatesBytes, and
SecurityContext.setClientAuthoritiesBytes.
- *Breaking* The named directory argument of
SecurityContext.setTrustedCertificates has been removed.
- Added support to SecurityContext for PKCS12 certificate and key
containers.
- All calls in SecurityContext that accept certificate data now
accept an optional named parameter password, similar to
SecurityContext.usePrivateKeyBytes, for use as the password for
PKCS12 data.
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#dartium>
Dartium
- The Chrome-based tools that ship as part of the Dart SDK – Dartium
and content shell – are now based on Chrome version 45 (instead of Chrome
39).
- Dart browser libraries (dart:html, dart:svg, etc) have not been
updated.
- These are still based on Chrome 39.
- These APIs will be updated in a future release.
- Note that there are experimental APIs which have changed in the
underlying browser, and will not work with the older libraries. For
example, Element.animate.
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#service-protocol-changes>Service
protocol changes
- Fixed a documentation bug where the field extensionRPCs in Isolate was
not marked optional.
<https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#experimental-language-features>Experimental
language features
-
Added support for configuration-specific imports
<https://github.com/munificent/dep-interface-libraries/blob/master/Proposal.md>.
On the VM and dart2js, they can be enabled with
--conditional-directives.
enableConditionalDirectives: true
Read about configuring the analyzer
<https://github.com/dart-lang/sdk/tree/master/pkg/analyzer#configuring-the-analyzer> for
more details.
--
For more news and information, visit https://plus.google.com/+dartlang
To join the conversation, visit
https://groups.google.com/a/dartlang.org/
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
'Bob Nystrom' via Dart Announcements
2016-03-14 17:20:38 UTC
Permalink
Post by Gen
I wonder why the Dart team is still holding back ?
It's taking a while to get all of the various and sundry tools that rely on
that directory being there to move off of it.

Cheers!

– bob
--
For more news and information, visit https://plus.google.com/+dartlang

To join the conversation, visit https://groups.google.com/a/dartlang.org/
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
'Kevin Moore' via Dart Misc
2016-03-14 17:24:35 UTC
Permalink
We've being very deliberate about migrating our test package, pub, etc.

There are a LOT of places that assume the package dir exists. We want to
make sure they are all migrated while validating that the core
implementation in dart:* libraries is solid.

Thanks for your patience!

On Monday, March 14, 2016 at 10:21:12 AM UTC-7, 'Bob Nystrom' via Dart
Post by 'Bob Nystrom' via Dart Announcements
Post by Gen
I wonder why the Dart team is still holding back ?
It's taking a while to get all of the various and sundry tools that rely
on that directory being there to move off of it.
Cheers!
– bob
--
For more news and information, visit https://plus.google.com/+dartlang
To join the conversation, visit https://groups.google.com/a/dartlang.org/
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Loading...