Does anyone know if the HighCharts 2.* API documentation is still available online anywhere since the release of HighCharts 3? I have not upgraded yet and I could really use access to the API doc for version 2.3.5. In particular, I'd like access to the exporting module documentation from HighCharts 2.3.5.
Unfortunately previous documentation are not available, but in current docs in paramters description you can notice version (right side), which is compability with this option.
Edit:
Highcharts now includes an API folder when downloading a deprecated version https://code.highcharts.com/zips/Highcharts-5.0.0.zip. But the API folder is only on version 5 and up.
Related
This CoralUI documentation page has a migration guide from earlier versions of CoralUI.
How do I learn which Adobe Experience Manager (AEM) CoralUI version I am using?
I think I can see it by going into CRXDE package manager and using the browser search (not the Search packages field) for coral:
http://neo4j.com/docs/java-reference/current/
... seems old.
Section 4.2 points to a dead link.
Starting with version 3.0, I can't find examples on github.
https://github.com/neo4j/neo4j/tree/3.0/community
Where are they?
The first link to the java reference should be current for 3.1. As far as the broken link, there's a /manual/ part of the path which really shouldn't be there, try this instead.
I am new to swagger and found there are two packages for swagger annotation: io.swagger.annotations and com.wordnik.swagger.annotations. I wonder what the difference is between them and what I should use?
The com.wordnik package is for the older swagger specifications, 1.x. As of swagger specification 2.0, the package is now io.swagger. The annotation signatures should be the same, just the package has changed.
These are different versions of swagger which go with different versions of other supporting software stack that you might be using.
I too came across these two a month ago when trying to integrate my application with swagger ui. I was using cxf 2.7.11, jackson 2.6.0 with spring 3.0.7 . I struggled a lot with com.wordnik (older version where swagger json is generated at url api_docs with usage of ApiListingResource etc) but then thought of implementing io.swagger (newer version) just to see the difference. Turned out that was the version i should have been using in the first place. Everything fell in place after that.
One addition in case others were wondering, too:
We used swagger version 1.3.13 which was called swagger-core_2.10. Initially I thought this may indicate a swagger API 2.X compatibility which it actually isn't: 2.10 is the bundled Scala version (mentioned here) This means means 25 MB of unecessary dependenies! So the current swagger version 1.5.X was rewritten in pure java and is much smaller in size. The scala version was moved to a separate project.
Has the Lucene Search library been removed from the ZendFramework 2? because I can't find it here
UPDATE:
It has it's own repo here:
https://github.com/zendframework/ZendSearch
I couldn't find it. I wonder if it is interoperable with the previous version of the library. I also noticed that it was present in 1.9, but I don't see 1.9 available for download.
There was work being done in the 2.0 branch here:
https://github.com/Maks3w/zf2/commit/9796a6ff1f4fe71048b4f083f7ec746f4442e7dd
This refers to Lucene changes:
http://framework.zend.com/wiki/display/ZFDEV2/BC+Breaks
More work here:
https://github.com/zendframework/zf2/pull/40/commits
Don't see it here:
http://modules.zendframework.com/
Looks like they have made it an optional component. It lives in its own repo now: https://github.com/zendframework/ZendSearch
I'm a newbie to jQueryMobile. When I'm going through the documentation and sample, I'm seeing different versions are included in various samples like (jquery.mobile-1.0a1, jquery.mobile-1.0a2, jquery.mobile-1.0b2,....).
Now I'm in confusion that what version I have to use for my applications.
I would use the latest stable build: http://jquerymobile.com/download.