ChangeLog 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. 2009-08-15 Marek Habersack <[email protected]>
  2. * LogicalTypeInfo.cs: make sure JavaScriptSerializer instance used
  3. here reads custom converters from web.config. Fixes bug #525589
  4. 2009-06-14 Robert Jordan <[email protected]>
  5. * ScriptHandlerFactory.cs: handle precompiled web services.
  6. 2009-04-07 Gonzalo Paniagua Javier <[email protected]>
  7. * ClientProxyHandler.cs: set cacheability to public.
  8. 2009-04-03 Marek Habersack <[email protected]>
  9. * LogicalTypeInfo.cs: don't throw NREX when the passed type
  10. doesn't have a parameterless constructor in
  11. ShouldGenerateScript. Fixes bug #485435
  12. 2009-01-26 Marek Habersack <[email protected]>
  13. * ClientProxyHandler.cs: before generating the proxy check if the
  14. service type is decorated with the [ScriptService] custom
  15. attribute. Only such service types can be called from client
  16. JavaScript.
  17. 2008-09-23 Marek Habersack <[email protected]>
  18. * LogicalTypeInfo.cs: do not use
  19. LazyDictionary as enum serializer anymore.
  20. * ProfileService.cs: do not use
  21. LazyDictionary as ProfileService serializer anymore.
  22. * RestHandler.cs: do not use
  23. LazyDictionary as the Exception or NameValueCollection serializer
  24. anymore.